Near Tours is an application that allows users to create vacation tours and interact with tours created by other users. Some awesome features of this project include:
- Tour creation
- Delete Tour (You can only delete tours created by you)
- Users can like or dislike a tour
- Users can leave comments on a tour
- Users can rate a tour only once!
Visit the deployed app here.
- Run
git clone https://github.com/Giftea/NEAR-tour-ui.git
in your preferred directory. - Run
npm install
to install dependencies. - Run
npm start
to run the project locally.
All set!