Parkadvisor is a national park review platform for discovering parks from all around the world. A user can:
- Filter by country and search for a park by name.
- See a full list of all the parks.
- Leave a heart on each park.
- Report a park.
- Leave/edit a review that contains a rating, text and a picture.
- Create a new park with an image upload feature.
This project was a collaboration between Max Guiking, Paula Morales and Jenni Svensson
- Practice collaborating, Github brancing and avoiding merge conflicts.
- Build a full-stack application using technologies and tools learned during the bootcamp.
- React
- Redux
- React-bootstrap
- Cloudinary
- Axios
- Express
- Sequelize
- As a user I want to be able to search parks by country and by name.
- As a logged in user I want to edit my review.
- As a logged in user, I want to be able to leave a rating, just by stars or write something.
- As a user I want to be able to click on a park to see it's details and ratings.
- As a user I want to report a park, for example if it's a duplicate. With enough reports it will be deleted automatically.
- As a user I want to be able to see all the parks and their rating.
The server side repo can be found here

