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.
- 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.
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.
Follow these steps to install the application:
-
Clone the repository:
git clone https://github.com/hsavzyan/task-manager.git
-
Navigate into the project directory:
cd task-manager
-
Install the dependencies:
yarn install
To start the application, run the following command:
yarn dev
Then, open your web browser and navigate to http://localhost:5000
.
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.