Film to Fridge is an app that allows users to make and share recipes from their favorite movies and TV shows. The user can create their own recipe and add it to the JSON database. The user can edit or delete their own recipe. All recipes in the database, viewable by all users, are categorized both alphabetically and by recipe type (food, drink, dessert).
JSON database required prior to running app: https://github.com/rebekahgrandey/film-api
Wireframe (Figma) | ERD (DbDiagram) |
It's simple.
-
Press the blue Code button for this repo, select SSH (you can use HTTPS or GitHub CLI as well but this process will differ), and hit the copy button. The URL should look something like
[email protected]:YOUR-USERNAME/film-to-fridge.git
-
In your terminal, be sure to 'cd' into the directory in which you'd like this new folder to be located.
-
Once you're there, type
git clone
followed by the URL you copied in the previous step. -
Next, be sure to install dependencies:
npm install
- Boot up a server:
npm run start
You should be able to access the application at http://localhost:3000
.
..and you're good to go!
This project is built with React.