This Todo List App is a simple yet powerful task management tool built using React hooks. It allows users to easily add, remove, and toggle the completion status of tasks. Leveraging the flexibility of React hooks, the app provides a seamless and responsive user experience. With its clean interface and intuitive design, managing your tasks has never been easier. Whether you're organizing your daily to-dos or planning long-term projects, this Todo List App is the perfect companion to keep you productive and organized.
Technologies Used: React, React Hooks, Vite, npm, ESLint
- Add new tasks with ease
- Mark tasks as completed or pending
- Remove tasks with a single click
- Responsive design for seamless use across devices
- Built with React hooks for efficient state management
Make sure you have Node.js and npm installed on your machine.
Clone the repository:
git clone https://github.com/Srushti-9/todo-list-app.git
Install dependencies:
cd todo-list-app
npm install
Usage Run the development server:
npm run dev
How to Contribute Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/improvement).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/improvement).
- Create a new Pull Request.