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.
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.