hsavzyan / task-manager

Task Manager: A React-powered task management app with a clean interface. Add, delete, and set reminders for tasks effortlessly.

Home Page:https://task-manager-hsavzyan.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager

Task Manager is a simple yet powerful task management application built with React. It provides a clean and intuitive interface for users to manage their tasks. The application allows users to add tasks with a date, time, and reminder. Users can also delete tasks and toggle reminders on/off as per their needs.

Table of Contents

Features

  • Add New Tasks: Users can add new tasks with a title, date & time. There is also an option to set a reminder for the task.
  • Delete Tasks: Users can delete tasks when they are completed or no longer needed.
  • Toggle Reminders: Users can toggle reminders on/off for each task. This provides flexibility in managing tasks and their reminders.

Tech Stack

This application is built with the following technologies:

  • React: A JavaScript library for building user interfaces.
  • Vite: A build tool that aims to provide a faster and leaner development experience for modern web projects.
  • Yarn: A fast, reliable, and secure dependency management tool.

Installation

Follow these steps to install the application:

  1. Clone the repository:

    git clone https://github.com/hsavzyan/task-manager.git
    
  2. Navigate into the project directory:

    cd task-manager
    
  3. Install the dependencies:

    yarn install
    

Running the Application

To start the application, run the following command:

yarn dev

Then, open your web browser and navigate to http://localhost:5000.

Contributing

Contributions are always welcome! Please feel free to submit a pull request. For major changes, kindly open an issue first to discuss what you would like to change.

About

Task Manager: A React-powered task management app with a clean interface. Add, delete, and set reminders for tasks effortlessly.

https://task-manager-hsavzyan.vercel.app


Languages

Language:CSS 53.6%Language:JavaScript 43.9%Language:HTML 2.4%