Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 674 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 674 Bytes

Personal Website

This is the source code for my personal website. You can access the website at this link.

Recipe Submission App

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

License

MIT