This is a simple To-Do List application built with React and styled using Bootstrap. It allows users to add, delete, and edit tasks.
- Add tasks to your to-do list
- Edit tasks
- Delete tasks from the list
- React
- Bootstrap
To get a local copy of the project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/iamabhijeet2003/to-do-list.git
- Navigate to the project's directory:
cd to-do-list
- Install dependencies:
npm install
- Start the development server:
npm start
Open your browser and go to http://localhost:3000
to view the app.
Contributions are welcome! If you'd like to improve this project, feel free to fork the repository and submit a pull request.