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
- Host: GitHub
- URL: https://github.com/prakash-aryan/task-manager-bootstrap
- Owner: prakash-aryan
- License: mit
- Created: 2024-08-21T14:50:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T14:53:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T22:27:59.625Z (over 1 year ago)
- Topics: bootstrap, html-css-javascript
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)