A simple and efficient To-Do List application that helps you manage tasks effectively.
- Add, edit, and delete tasks
- Mark tasks as completed
- Store tasks persistently
LocalStorage
- User-friendly and responsive UI
- Frontend: JavaScript, React.js
- Backend: Node.js, Express
- Database: Local Storage
- Clone the repository:
git clone https://github.com/alankrit98/To-Do-List.git
- Navigate to the project directory:
cd TO-DO-LIST
- Install dependencies (if applicable):
npm install
- Start the application:
npm run dev
- Open the app in a browser.
- Add tasks using the input field and button.
- Click on a task to mark it as completed.
- Delete tasks using the delete button.
Feel free to submit pull requests or report issues.
This project is licensed under the MIT License.