Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepravin/food-for-you-react-app
https://github.com/thepravin/food-for-you-react-app
food-app javascreipt react react-dom react-hooks reactjs redux redux-toolkit
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepravin/food-for-you-react-app
- Owner: thepravin
- Created: 2024-02-04T13:27:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T14:53:50.000Z (11 months ago)
- Last Synced: 2024-02-25T15:48:59.245Z (11 months ago)
- Topics: food-app, javascreipt, react, react-dom, react-hooks, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://food-for-you-one.vercel.app
- Size: 1.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ 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**
### PrerequisitesCould 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!