Welcome to the React Todo App! This application allows you to efficiently manage your tasks in a sleek and intuitive interface built with React and Tailwind CSS.
- Todo Management: Easily add, update, and delete your todos.
- Local Storage: Your todo list is stored locally, ensuring your data is persistent across sessions.
- Context API for State Management: Utilizing the Context API for state management ensures a smooth and efficient user experience. Ensuring smooth data flow through out the application.
- Custom Hook: A custom hook has been implemented to simplify the usage of the context created for this todo app.
- Mark Todos as Completed: Keep track of your progress by marking todos as completed or not.
- React: A powerful JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
- Vite: A next-generation frontend tooling for modern web development.
This app has been deployed on Netlify, making it accessible to you anytime, anywhere. Simply visit https://manage-todo-daily.netlify.app/ to start managing your todos!!!
- Clone this repository.
- Install dependencies using
npm install. - Start the development server using
npm run dev.
That's it! You're ready to start managing your todos with ease.
Crafted with ❤️ by Haridas Pawar



