Skip to content

thepravin/food-for-you-react-app

Repository files navigation

๐Ÿ˜‹ Food For You React App (React Project No. 4)

Overview

Welcome to Food For You, a delightful React application tailored for restaurant enthusiasts! This project is specifically crafted for searching restaurants, exploring their menus, and placing orders seamlessly.

Deployment ๐Ÿš€

https://food-for-you-one.vercel.app/

๐Ÿ“ What I Learned and Technologies Used

Throughout the development of this app, I gained hands-on experience with various technologies and concepts:

  • ๐Ÿš€ React Installation
  • ๐Ÿ–ฅ JSX
  • ๐Ÿงฉ Components and Props in React
  • ๐Ÿ”„ Data Flow: Parent to Child and vice versa
  • โš›๏ธ React Hooks: useState, useEffect, useParam, useError, useSelector, etc.
  • ๐Ÿง  Integrating MUI (Material-UI) in React
  • ๐ŸŒŸ Simmer UI
  • ๐Ÿงฎ Redux State Management
  • ๐Ÿงช React Testing Library
  • ๐Ÿƒ Jest

Prerequisites

Could you make sure you have Node.js and npm installed on your machine?

Getting Started

  1. Clone the repository: git clone [repository_url]
  2. Install dependencies: npm install
  3. Run the development server: npm run dev

๐Ÿง‘โ€๐Ÿ’ป Happy coding!