https://github.com/aveek-saha/taskify
A personalised, collaborative, To-Do List application. Add as many people as you want and keep track of Group goals and progress.
https://github.com/aveek-saha/taskify
angular angular6 bootstrap4 chat-application firebase firebase-auth firebase-database firebase-hosting responsive-web-design sass task-manager taskify typescript
Last synced: 3 months ago
JSON representation
A personalised, collaborative, To-Do List application. Add as many people as you want and keep track of Group goals and progress.
- Host: GitHub
- URL: https://github.com/aveek-saha/taskify
- Owner: Aveek-Saha
- Created: 2018-08-03T13:45:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:25:20.000Z (about 3 years ago)
- Last Synced: 2025-02-15T20:24:42.583Z (about 1 year ago)
- Topics: angular, angular6, bootstrap4, chat-application, firebase, firebase-auth, firebase-database, firebase-hosting, responsive-web-design, sass, task-manager, taskify, typescript
- Language: TypeScript
- Homepage: https://taskifyyy.firebaseapp.com
- Size: 2.83 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taskify
A personalised, collaborative, To-Do List application. Add as many people as you want and keep track of Group goals and progress.
# Features
- Create a group from existing users, and keep track of group goals and progress.
- Maintain your own To-Do lists.
- Edit any existing task.
- Remove tasks from lists when they're completed.
# How to use
Go to Taskify and choose your preffered method of sign in. If you haven't signed up already, then clicking on a sign in method will sign you up for a new account. The Tasks tab is for your personal tasks, and the Groups tab is for your task groups.
# Building from the repo
- Clone the repository, then navigate to it on your terminal and run
npm install. - Once all the dependencies have finished downloading, create a new Firebase project, click on 'Add Firebase to your web app'.
- Then copy the api key and other details you find there and replace the dummy text in
src/environments/environment.tsandsrc/environments/environment.prod.ts. - In firebase, under authentication, enable Google and Facebook as sign in providers.
- Run
ng serveto test it, runng build --aot --prod --output-hashing noneto create a production build, and thenfirebase deployto deploy it to firebase.