Bird Sightings - Project Three

The project was to build a API on a back-end server using Express and Node that is secured with JWTs. The API interacts with MongoDB to utilize full CRUD. The front-end was to be built with a React application using AJAX to communicate with the back-end. The app was to manage and keep track of things of a personal interest to us. Once completed, we were to present our application to the class. This was the third project we completed in this course.

This was the most challenging project for me as we were to host the back end on Heroku and the front end on Netlify. I am still having issues getting the two to communicate properly.

To use Bird Sightings (errors still need to be fixed) : https://bird-sightings.netlify.app/

To see front and back end code:

https://github.com/chaoscgo/bird-sightings.git

https://github.com/chaoscgo/bird-sightings-front-end.git

Previous
Previous

Project Two - Reading List

Next
Next

Project Four - Music Tracker