Todo List application built with React, utilizing the Context API for state management. It includes a toggle feature for dark mode and light mode.
- Add, update, and remove todos.
- Mark todos as complete/incomplete.
- Toggle between dark mode and light mode.
- Automatically save todos and theme preferences in local storage.
- Clone the repository:
git clone https://github.com/your-username/todo-manager.git
cd todo-manager
- Install dependencies:
npm install
- Start the development server:
npm run dev