Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 823 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 823 Bytes

meal-app-react

You can view live demo here: https://meal-app-myproject.netlify.app/

Features:

  • Selecting quantity of the food.
  • Adding item to cart.
  • Adding and removing item.
  • Checking out the items.

Knowledge used:

In this project I have explored many important concepts in React such as

  • React Fundamentals
  • React Components
  • React Hooks
  • useReducer, useContext, useRefs
  • React Portals
  • Rendering Lists
  • Form Validation

This React course from Udemy helped me a lot to learn React concepts and to complete this project.

Note: Run "npm install" in the terminal to install the dependencies in your computer.

Thanks for viewing my project. Feel free to visit my other projects.