An app that fetch restaurants, hotels or attractions based on the location and data filtering based on rating
App based on this Youtube video. But changed the map to use mapbox api instead of google map api and added dark/light mode.
- Clone this repo and go to project directory
- Run
npm install
and wait installing its dependencies - Configure
.env
file as shown in example.env.example
- Run
npm start
to start the application