This is a repository for completing and storing assignments for React on my Fullstack Bootcamp. Here are the topics I have practiced so far:
- React Fundamentals
- JSX
- Props
- Components
- State
- Life Cycle Methods
- Events
- React Router
- Hooks
To get started with this project, follow the steps below.
Before starting, make sure you have the following software installed on your computer:
- Node.js (version 12 or higher)
- npm (version 6 or higher)
- Clone this repository to your local machine
- Navigate to the project directory
cd ReactAssignments
- Install the necessary dependencies
npm install
To run the project locally, run the following command in the project directory:
npm start
This will start the development server and open the application in your default web browser.
Contributions are welcomed If you find any bugs or have suggestions for improving, please create an issue or submit a pull request.
This project is licensed under the MIT License.