A demo search page for listing tours from https://api.myjson.com/bins/18x6yt
This project was bootstrapped with Create React App (for Typescript).
You can find the most recent version of the CRA guide here.
See online demo.
- Tours can be sorted by several criteria.
- Tour cards are lazy loaded for best performance using react-lazyload.
- Responsive design
- Supports theming
- Styling is done using styled-components
- Styling system draws inspiration from rebass
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Uses Source Map Explorer to understand where code bloat is coming from.
Need to run yarn build
first.