This application enables tourists to pinpoint their location on the world map and add their ratings as well as share their reviews about the place.
- Registration for new users.
- Login for existing users.
- Live location fetch.
- Location search bar with autocomplete.
- Adding title, review and ratings for a place.
- Full responsive for all device sizes
- Viewing other user's pins.
- Tech Stack: ReactJs, Javascript, CSS, MongoDB, Node.js, Express.js, Material-UI, MapBox API (World map).
| Desktop View | Mobile View |
|---|---|
![]() |
![]() |
- Get your own API key from MapBox.
- Clone the repo or download the repo as zip.
- Open in any text-editor of your choice e.g VS Code.
cd backendnpm inodemon index.js
cd clientnpm inpm start
- The application will start running on localhost:3000

