Eating-React is a project aimed at mastering React by covering essential topics such as Hooks, custom hooks, React routers, API handling, and more. The repository contains both learning materials and practical projects to reinforce understanding.
- [Installation](#installation)
- [Usage](#usage)
- [Folder Structure](#folder-structure)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgments](#acknowledgments)
- [Contact/Support](#contact-support)
- [Project Status](#project-status)
Clone this repository
git clone https://github.com/saranzafar/Eating-React.git
Navigate to the project directory you want:
cd <Folder-name>
Install the necessary dependencies by running:
npm install
Once you have installed the dependencies, you can start using the repository by:
- Exploring the learning materials in the provided folders.
- Running the projects to see the concepts in action.
- Experimenting with code in the "PlayGround" folder to reinforce your understanding.
Folder Structure of each folder may be slightely different from this.
.
├── public
├── src
│ ├── components
│ ├── pages
│ ├── App.js
│ └── index.js
├── package.json
└── README.md
List the main technologies and frameworks used in your project.
- React.js
- vite
If you want to contribute feel free to do.
This Repository is licensed under the MIT License - see the LICENSE.md file for details.
- YT | https://www.youtube.com/@chaiaurcode
- Docs | https://react.dev/learn/start-a-new-react-project
- Vite | https://vitejs.dev/guide/
- My Email | saranzafar736@gmail.com
The repository might be update in future
- Take this repository as Notes