WyldCamp is an encompassing website project inspired by sites like Yelp and Airbnb. Registered users can create and review campgrounds. The project is based on Colt Steele's web development bootcamp course available on Udemy.
The development of WyldCamp employs a robust tech stack including Node.js, Express, MongoDB, Bootstrap and EJS with authentication managed through Passport.js.
Locations of campgrounds can be seen on a map at the top of the main page. Clicking on a dot on the map opens a popup with a link to the particular campground. Campgrounds can also be searched on the main page.
Everyone can view campgrounds and reviews without signing up or logging in.
Users will have to login to edit the campground details or any comments.
Users can only edit/delete the campgrounds and comments that they have added.
HTML5 - CSS3 - Bootstrap - Javascript - DOM Manipulation - Node.js - Express.js - EJS - REST API - MongoDB - Mongoose - PassportJS - Heroku