/taskbar

A simple browser based task management system which does not requires you to log-in

Primary LanguageJavaScript

˗ˏˋ ♡ ˎˊ˗ TaskBar ˗ˏˋ ♡ ˎˊ˗

TaskBar is a simple and intuitive task management app designed to help you organize your tasks effectively.

Features

  • Task Creation: Easily create new tasks with titles, descriptions, due dates, priorities, and status.
  • Task Filtering: Filter tasks based on different criteria, such as status, priority, and completion.
  • Task Editing: Modify task details, update statuses, and mark tasks as completed.
  • Responsive Design: Access and manage your tasks seamlessly on various devices.

Tech Stack

TaskBar is built using the following technologies:

  • Frontend:

    • React.js
    • Tailwind CSS
  • Storage:

    • Browser Local Storage

Local Setup

To run TaskBar locally, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/shyynux/taskbar.git
    cd taskbar
    
  2. Install dependencies
    npm install
    
  3. Run the npm server:
    npm run dev
    
  4. Access the App
    Open your browser and navigate to http://localhost:5173.