Skip to content

WhiteN9/project-recipe-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Tracking App

A simple CRUD application allows a user to create, read, update or delete selected data.

This project is designed to test the ability to work with rendering and state management using React.

recipe-tracking-app

Objectives:

  • Installing packages via NPM
  • Running tests from the command line
  • Writing React function components
  • Using hooks like useState()
  • Debugging React code through console output

Functionality:

  • All tests are passing in Qualified.
  • 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 (such as the one provided in the starter code).
  • The app looks like the provided mockup.

About

A simple CRUD App that add or remove recipe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published