Skip to content

A Repository containing projects that cover all important concepts of reactjs.

Notifications You must be signed in to change notification settings

saranzafar/Eating-React

Repository files navigation

Eating-React

Licence

License

Description

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.

Table of Contents

- [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)

Installation

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

Usage

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

Folder Structure of each folder may be slightely different from this.

.
├── public
├── src
│   ├── components
│   ├── pages
│   ├── App.js
│   └── index.js
├── package.json
└── README.md

Technologies Used

List the main technologies and frameworks used in your project.

  • React.js
  • vite

Contributing

If you want to contribute feel free to do.

License

This Repository is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

Contact/Support

Project Status

The repository might be update in future


- Take this repository as Notes