An open API service indexing awesome lists of open source software.

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!

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