Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1007 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 1007 Bytes

React CRUD app, Recipe Book

Instructions

Install dependencies locally by running the command: npm i

To run the tests, you can run the following command: npm test

To use the code, you can run the following command. This command will start a server and take over your terminal window. To stop the server from running, you can press Control+C. npm start

Purpose

A recipe book app built with React

Description and Features

  • A recipe book app that allows you to create or delete your recipes. Each recipe includes a section for:

    • Name
    • Cuisine
    • Photo
    • Ingredients
    • Preparation
    • Actions (delete/create)
  • To create a recipe each section has a text box to fill in the appropriate content

Improvements and Future

  • No edit button
  • Not deployed
  • Saved locally
  • Will need better navigation options if someone wishes to make a large book
  • No social aspect (share, like, favorite) linking users
  • No search or filter options

Image of current app

app