🔗 Live Demo | 📂 View on GitHub
SuperCool Task Tracker is a clean, responsive, and interactive task management app built with ReactJS and styled using Fanta.css. It allows users to add, edit, delete, and filter tasks based on their status. This app is designed to simplify daily planning while demonstrating modern front-end development practices.
- ✅ Add Tasks – Quickly jot down new tasks.
- ✏️ Edit Tasks – Modify tasks directly with inline editing.
- ❌ Delete Tasks – Remove completed or unwanted tasks.
- 🗂️ Task Filters – View tasks by:
- All Tasks
- Open Tasks
- Completed Tasks
- 🎨 Custom Styling – Styled with Fanta.css for a clean and elegant UI.
| Dashboard | Task Filters |
|---|---|
![]() |
![]() |
- ReactJS – Front-end framework
- Fanta.css – Minimal CSS framework
- Netlify – Deployment and hosting
- GitHub – Version control and project hosting
todo-app/
├── public/
├── src/
│ ├── components/
│ │ ├── TaskList.js
│ │ ├── TaskItem.js
│ │ ├── TaskFilterTabs.js
│ ├── App.js
│ ├── index.js
├── .gitignore
├── README.md
├── package.json
└── netlify.toml
