This project Travel App was bootstrapped with Create React App.
Open Bon Voyage
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
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.
This is a demo application about exploring world travel destinations. All Geographical information is provided when you select any continent, country or city. You can see all the possible destinations to explore on provided map. Data provided is by https://www.everbase.co/docs/quick-start graphql api.
Frontend tech:
- React JS with hooks (v17)
- Material UI - predefined react components
- Styled Components - CSS-in-JS styling framework
- react-leaflet library for displaying map
- React testing library for Unit tests