Skip to content

Recipe-tracking CRUD app interface. Focus on rendering and state management using React.

Notifications You must be signed in to change notification settings

mojonesy/recipe-tracking-app-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Tracking App Using React

A mock recipe-tracking CRUD app interface with a focus on rendering and state management using React.

This project was a great way to practice the following:

  • utilizing the useState() hook
  • lifting up state through a component tree
  • handling events
  • creating a form and storing state inside a form object
  • using the single-responsibility principle for React components

The user can create a new recipe, view a list of existing recipes and delete a recipe. Data is displayed in a table.

About

Recipe-tracking CRUD app interface. Focus on rendering and state management using React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published