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

https://github.com/prakash-aryan/task-manager-bootstrap

A simple Task Manager Created with HTML, CSS (Bootstrap) and Javascript
https://github.com/prakash-aryan/task-manager-bootstrap

bootstrap html-css-javascript

Last synced: 17 days ago
JSON representation

A simple Task Manager Created with HTML, CSS (Bootstrap) and Javascript

Awesome Lists containing this project

README

          

# Task Manager

A simple, responsive task management application built with Bootstrap.

## Features

- Add, edit, and delete tasks
- Set task priorities (Low, Medium, High)
- Filter tasks by status (All, Active, Completed)
- Sort tasks by date created, due date, or priority
- Dark mode toggle

## Structure

The application consists of the following main components:

1. Header with title and dark mode toggle
2. Task input form
3. Task list with filtering and sorting options
4. Edit task modal

## Getting Started

1. Clone this repository
2. Open `task-manager-bootstrap.html` in your web browser

## Dependencies

- Bootstrap (CSS framework)

## Contributing

Feel free to submit issues or pull requests to improve the application.

## License

[MIT License](https://opensource.org/licenses/MIT)