My brand-new full-stack Gordon Ramsay recipe saver app. Not making fun of him--I'm actually a huge fan :)
Made with MongoDB, Express, ReactJS, and Node
Client side: run an npm install then npm start :)
Server side: Download MongoDB(if you don't already have it), make the db yours if you want-- 'sudo chown -R $(whoami) data/db', then run 'mongod' or 'mongosh' or whatever works for you, npm install, then from the root, type node server.js
Spoilers:
Homepage:
All Recipes:
Recipe Details:
Donkey! is Edit, Shut it Down! is Delete, and the last button is cancel which takes you back to the all recipes screen.

Edit page (rage intensifies!!):


