https://github.com/hemeshhere/taskit
Tickit is a simple and fun to-do list web app that helps you stay organized and productive. With a clean UI and satisfying task completion, it makes tracking your daily tasks quick and enjoyable. Lightweight, responsive, and easy to use — just tick it and done!
https://github.com/hemeshhere/taskit
Last synced: 9 months ago
JSON representation
Tickit is a simple and fun to-do list web app that helps you stay organized and productive. With a clean UI and satisfying task completion, it makes tracking your daily tasks quick and enjoyable. Lightweight, responsive, and easy to use — just tick it and done!
- Host: GitHub
- URL: https://github.com/hemeshhere/taskit
- Owner: hemeshhere
- Created: 2025-09-03T02:20:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-04T00:49:39.000Z (9 months ago)
- Last Synced: 2025-09-04T02:37:39.721Z (9 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TaskIt
TaskIt is a simple task management application built with React, Redux Toolkit, and MockAPI. It allows users to create, view, edit, delete, and search tasks in a clean, user-friendly interface.
🛠 Features
Create Tasks – Add a task with title, description, and assigned person.
Read Tasks – View all tasks in a card layout.
Edit Tasks – Update any task details.
Delete Tasks – Remove tasks easily.
Search Tasks – Filter tasks dynamically by title, description, or name.
Popup View – View task details in a popup modal.
💻 Tech Stack
Frontend: React.js, React Router
State Management: Redux Toolkit
Styling: Bootstrap 5 & custom CSS
Backend (Mock): MockAPI
🚀 Installation
Clone the repository:
git clone https://github.com/your-username/taskit.git
cd taskit
Install dependencies:
npm install
Start the application:
npm start