The purpose of this project is to provide a simple and straightforward example of how to implement a to-do list using React.js. This project was created with CodeSandbox.
To get started with the project, follow these steps:
Clone the repository to your local machine using git clone 'https://github.com/RajlaxmiMeshram/To-List_Using_React.git'
Navigate to the project directory using cd 'To-List_Using_React'
Install the dependencies by running 'npm install'
To run the project locally, use the following command: 'npm start'
The following dependencies are used in this project:
- React
- React DOM
- React Scripts
These dependencies are already included in the package.json file and will be installed automatically when you run npm install.