hemanthkishore / teams

Project management platform for teams, inspired by Asana and built using a full JavaScript stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teams

Project management platform for teams, inspired by Asana and built using a full JavaScript stack

Stack (MERN & Redux)

This project uses the following technologies

Current Status

Current Status

Progress

General

  • Authentication
  • Dashboard view

Projects

  • Create and fetch team projects
  • Edit team projects
  • Delete team projects (only project owner should be able to delete)
  • Access shared projects

Tasks

  • Create, assign, view and set deadlines for team tasks
  • Edit all tasks
  • Complete tasks

Containerization & Deployment

  • Docker
  • Deployment (AWS, Heroku, or Digital Ocean)

Known Bugs

  • Logout sometimes doesn't execute properly
  • Updates to project information not reflected immediately in Project component view

Quick Start

Get up and running with a development server using the following commands

// Install all dependencies for client & server
npm run full-install

// Run client & development server with concurrently
npm run dev

// Server runs on http://localhost:5000 (set in server.js) and client on http://localhost:3000 (default for CRA)

About

Project management platform for teams, inspired by Asana and built using a full JavaScript stack


Languages

Language:JavaScript 81.0%Language:CSS 18.1%Language:HTML 1.0%