On page load, this webapp:
- fetches BlaBlaCar trips between Paris and Lyon for the current day
- Renders these trips results in a card with necessary important infomation.
Note:
- Max 10 results will be displayed per page. If results are more than 10 then "Next" button will be enabled
- For the first page or trip <= 10 "Previous" button will be disabled
- Hosted on Heroku - Preview now
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.