A simple and intuitive TodoList app built with React. Keep track of your tasks, mark them as completed βοΈ.
- Add new tasks with ease β.
- Mark tasks as completed βοΈ.
- Delete tasks you no longer need ποΈ.
- Clean and responsive user interface π¨.
- React βοΈ: A JavaScript library for building user interfaces.
- React DnD π―: A popular library for adding drag-and-drop functionality.
- HTML5 & CSS3 π: For structuring and styling the app.
- LocalStorage π¦: To persist tasks even after refreshing the page.
- Clone this repository: `git clone # To-Do List App
A simple and intuitive TodoList app built with React. Keep track of your tasks, mark them as completed βοΈ.
- Add new tasks with ease β.
- Mark tasks as completed βοΈ.
- Delete tasks you no longer need ποΈ.
- Clean and responsive user interface π¨.
- React βοΈ: A JavaScript library for building user interfaces.
- React DnD π―: A popular library for adding drag-and-drop functionality.
- HTML5 & CSS3 π: For structuring and styling the app.
- LocalStorage π¦: To persist tasks even after refreshing the page.
- Clone this repository:
git clone https://github.com/divyasharma82/todo-list-app.git - Navigate to the project directory:
cd todo-list-app - Install dependencies:
npm install - Start the development server:
npm start
- Add new tasks by typing in the input field and pressing "Add" β.
- Mark tasks as completed by clicking on them βοΈ.
- Delete tasks by clicking the "Delete" button ποΈ.
- Navigate to the project directory:
cd todo-list-app - Install dependencies:
npm install - Start the development server:
npm start
- Add new tasks by typing in the input field and pressing "Add" β.
- Mark tasks as completed by clicking on them βοΈ.
- Delete tasks by clicking the "Delete" button ποΈ.