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

https://github.com/techsupportz/tasky-angular


https://github.com/techsupportz/tasky-angular

Last synced: 11 months ago
JSON representation

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)