Skip to content

iamabhijeet2003/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App using React and Bootstrap

This is a simple To-Do List application built with React and styled using Bootstrap. It allows users to add, delete, and edit tasks.

Features

  • Add tasks to your to-do list
  • Edit tasks
  • Delete tasks from the list

Technologies Used

  • React
  • Bootstrap

Getting Started

To get a local copy of the project up and running, follow these steps:

  1. Clone the repository:
git clone https://github.com/iamabhijeet2003/to-do-list.git
  1. Navigate to the project's directory:
cd to-do-list
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Open your browser and go to http://localhost:3000 to view the app.

Contributing

Contributions are welcome! If you'd like to improve this project, feel free to fork the repository and submit a pull request.