https://github.com/brijenmakwana/collaborativetaskapp
TaskBri is a Collaborative Task management System. As the name suggests, user can create a tasklist and check/unCheck it based on the completion. The biggest feature of this sytem is that user can add other users to a tasklist so that they also can see the content
https://github.com/brijenmakwana/collaborativetaskapp
apolloclient apollographql apolloserver expo graphql mongodb nodjs react-native
Last synced: 3 months ago
JSON representation
TaskBri is a Collaborative Task management System. As the name suggests, user can create a tasklist and check/unCheck it based on the completion. The biggest feature of this sytem is that user can add other users to a tasklist so that they also can see the content
- Host: GitHub
- URL: https://github.com/brijenmakwana/collaborativetaskapp
- Owner: BrijenMakwana
- Created: 2022-01-03T10:22:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T04:33:55.000Z (over 3 years ago)
- Last Synced: 2025-02-06T01:43:04.375Z (4 months ago)
- Topics: apolloclient, apollographql, apolloserver, expo, graphql, mongodb, nodjs, react-native
- Language: TypeScript
- Homepage: https://www.taskbri.com/
- Size: 749 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Project Title: TaskBri - Collaborative Task management System
Description:
TaskBri is a Collaborative Task management System. As the name suggests, user can create a tasklist and check/unCheck it based on the completion. The biggest feature of this sytem is that user can add other users to a tasklist so that they also can see the content.
TaskBri URL : https://www.taskbri.com/
Features:
-User can sign up using email.
-User can create multiple project which represents a big chunk of work.
-User can add multiple tasks in a project to devide the work in smaller chunks.
-Each task comes with a checkBox which represents if it's completed or not.
-Above the taskList, user can see all the collaborators present in that project.
-User can create/update/delete a project and tasklists inside it.
-User can add other users and also can delete them from the project.Technology used:
Frontend is developed in React Native expo.
Node.js is used to create an API.
Database created in MongoDB Atlas.
Apollo GraphQL API is used to get the data from database.