A task management application built with React, Redux Toolkit, and Tailwind CSS. The app focus on organized project-based task management with persistent storage.
- Project Management: Create and edit projects with custom names and colors.
- Task Management: Create, edit, and delete tasks.
- Task Association: Link tasks to specific projects for better organization.
- Task Properties: Set priority levels (low, medium, high) and assign colors to tasks.
- Filtering: Filter tasks by various criteria to find what you need quickly.
- Theming: Toggle between Dark and Light modes.
- Data Persistence: All data is saved to
localStorageusingredux-persist.
- Frontend: React.js
- State Management: Redux Toolkit (RTK)
- Persistence: Redux Persist (Local Storage)
- Styling: Tailwind CSS
-
Clone the repository:
git clone https://github.com/Sokilskill/todo-app-frog.git cd todo-app-frog -
Install dependencies:
npm install
-
Run development server:
npm run dev
