Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdmostafa/task-manager
https://github.com/bdmostafa/task-manager
bootstrap4 design-pattern es6-modules html-css-javascript module-pattern netlify-deployment vanilla-javascript webpack-boilerplate
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdmostafa/task-manager
- Owner: bdmostafa
- Created: 2020-09-07T08:36:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T03:22:49.000Z (about 4 years ago)
- Last Synced: 2024-11-06T06:33:59.637Z (2 months ago)
- Topics: bootstrap4, design-pattern, es6-modules, html-css-javascript, module-pattern, netlify-deployment, vanilla-javascript, webpack-boilerplate
- Language: JavaScript
- Homepage: https://bdmostafa.github.io/task-manager/
- Size: 586 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Task Manager](https://user-images.githubusercontent.com/62140337/97521614-22077600-19c8-11eb-8a8c-1bc8f0d50d58.png)
# Task Manager - A Web Based Application### [Live](https://bdmostafa.github.io/task-manager/)
## Features
- Site is fully responsive
- An user can make a list of tasks
- Every task has detail information such as title, sub-title
- User can set the end date, priority as high, medium and low
- User can change the task status new to in progress to completed
- Percentage range of task completeness
- user can update, delete and mark completed
- Counting number of tasks as status### Technologies Used
- Vanilla JS
- ES6
- Modular Design Pattern
- Object Oriented JavaScript
- Webpack
- Bootstrap
- HTML
- CSS
- Netlify