Skip to content

tiffanyswong314/Project-Recipe-Tracking-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Receipe Tracking App

Project description

A CRUD application allows a user to create, read, update or delete selected data. For this project, you will build the interface of a food recipe CRUD app. The interface won't use a database or an API to store the data; it will require you to use React's useState() hook.

Requirements to pass

For your project to pass, all of the following statements must be true.

  • All tests are passing.
  • A user can create new recipes.
  • A list of the existing recipes is displayed to the user.
  • A user can delete a recipe.
  • The app uses the useState() hook.
  • Data is displayed in a table.
  • The app looks like the provided mockup.

About

Chegg Skills | Thinkful Project: Recipe-tracking app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published