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.
https://food-for-you-one.vercel.app/
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
Could you make sure you have Node.js and npm installed on your machine?
- Clone the repository:
git clone [repository_url]
- Install dependencies:
npm install
- Run the development server:
npm run dev