This is the source code for my personal website. You can access the website at this link.
On the recipes page of my website, you can submit recipes that you've invented or adapted. This app allows users to submit recipes to a webpage, persists the recipes, and publishes them for other users to read.
- Vanilla JavaScript frontend following the MVC pattern using JavaScript prototypes and the Fetch API
- Express back end with REST API and NoSQL database (MongoDB Atlas), deployed on Heroku