Skip to content

A simple, intuitive ToDo app for managing tasks efficiently

Notifications You must be signed in to change notification settings

w3sync/taskvortex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track Trek Todo App

TaskVortex is a simple and efficient todo app built using React, Zustand, and react-select. This application helps you manage your tasks seamlessly with a clean and intuitive interface.

Table of Contents

Demo

You can view a live demo of Track Trek here.

Features

  • Add, edit, and delete tasks
  • Filter tasks by categories
  • Mark tasks as completed
  • Responsive design

Installation

  1. Clone the repository:
git clone git@github.com:kanaki-dev/taskvortex.git

cd taskvortex
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm start

-The app will be available at http://localhost:5173

Usage

  1. Add a Task: Enter the task description and select a category, then click "Add Task".
  2. Edit a Task: Click the edit icon next to the task you want to edit, make your changes, and save.
  3. Delete a Task: Click the delete icon next to the task you want to remove.
  4. Filter Tasks: Use the dropdown to filter tasks by category.
  5. Mark as Completed: Click the checkbox next to a task to mark it as completed

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.

  1. Fork the repository.

  2. Create a new branch:

git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m 'Add some feature'
  1. Push to the branch:
git push origin feature/your-feature-name
  1. Create a new pull request.

About

A simple, intuitive ToDo app for managing tasks efficiently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors