const Projects = ({ github_repos }) => {
return (
💼 About this project
- Add and track your own recipes
- Delete any recipes that you'll no longer use
🧠 What I learned
This was an assessment for Thinkful's Software Engineering Immersion.
Learning 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
Grading Criteria:
- 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.
)
}
export default Projects;