A simple Todo app built with React, Redux, Tailwind CSS, and React Router. Manage your tasks easily!
Features Create, update, and delete tasks Mark tasks as done Filter tasks by categories
- Clone the repo: git clone https://github.com/on3ss/todo-react
- Navigate to the project: cd react-todo-app
- Install dependencies: npm install
- Start the app: npm start
- Open http://localhost:5187 in your browser.
- src/: Contains the app code.
- public/: Static assets and HTML template.
- package.json: Dependencies and scripts.
- README.md: This README file.
- Contributions welcome! Fork, make changes, and submit a pull request to main.
This project is under the MIT License. Feel free to use, modify, and distribute it.