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!