Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 809 Bytes

File metadata and controls

15 lines (12 loc) · 809 Bytes

Task Binder

  • Live Link
  • Project management system built using ReactJS for frontend, ContextAPI for state management, Firebase firestore for storage and authentication and deployed on netlify.
  • Users can create new projects and assign team members to the project, live chat with all team members, see current online users and filter by project categories.

App Screenshots

main

projectdetail

Running the app locally

  • Clone or download the git repo and run the following command in a terminal
npm install && npm run start