https://github.com/techsupportz/tasky-angular
https://github.com/techsupportz/tasky-angular
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techsupportz/tasky-angular
- Owner: TechSupportz
- Archived: true
- Created: 2022-06-05T09:30:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T04:37:57.000Z (over 3 years ago)
- Last Synced: 2025-03-03T11:43:45.116Z (about 1 year ago)
- Language: TypeScript
- Size: 310 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasky
A task tracker built using Angular 12 for Sem 2.2 in Polytechnic
## Notable Features
### Start Page
* Displays tasks that are within 2 weeks of deadline
* Calendar provides a more visual view of when _all_ assignments/tasks are due and the priority of each task
### Tasks
* Users can create, edit and update tasks
* They can also create, edit and update sub-tasks to break up tasks into smaller sections
### Categories
* Users can split up their tasks by adding them into specific categories
* Paid users will be able to create and join group categories which enable collaboration for group projects
### Whiteboard
* Users in group categories can use the whiteboard to quickly draw something
* This would be useful if the users need to covey something in a more visual format
## Built using
### Frontend
* Angular v12
* [PrimeNG](https://www.primefaces.org/primeng/setup)
* [FullCalendar](https://fullcalendar.io/)
* [ngx-paypal](https://www.npmjs.com/package/ngx-paypal)
* [PixelPaper](https://pixelpaper.io/)
### Backend
* [Node.js](https://nodejs.org/en/)
* [Express](https://expressjs.com/)
* [MongoDB](https://www.npmjs.com/package/mongodb)
* [Argon2](https://www.npmjs.com/package/argon2)
* [Axios](https://www.npmjs.com/package/axios)
### Database
* [MongoDB Atlas](https://www.mongodb.com/atlas)