Skip to content

GCadel/DueIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DueIt

CodePath WEB103 Final Project

Designed and developed by:

  • Justin Dingeman
  • Subhan Tariq
  • George Munoz

🔗 Link to deployed app:

About

Description and Purpose

An online task management board where users can create and organize team tasks.

Inspiration

Trello, Asana

Tech Stack

Frontend:

  • React

Backend:

  • PostgreSQL

Features

Task History

Users can view the history of a task, including things like who has been assigned and unassigned from a task.

Task Metrics

Users can see statistics on on-time task completion, and board admins may view statistics for entire teams.

Color-Coded Task Organization

Tasks can be color coded to help users quickly determine a task's priority based on its color.

Help Wanted Flag

Users can flag their tasks when they need extra help to complete it.

User Accounts

A user is able to sign into DueIt using a sign up code that allows the user to enroll into their team's task management board. Only board admins are able to provide these sign-up codes to keep the boards secured and available for authorized users.

Task Creation

A user is able to create a task that anyone in their board team can view. Any of the members can assign themselves to the task, as well as move the task into different lifetime stages (e.g. New, In Progress, Complete).

Quick Action Menu

A user is able to perform tasks via a quick action menu that is always present on screen. This includes the ability to create quick task, navigate to their assigned tasks, and view the task board summary.

Installation Instructions

  1. Clone the project
git clone https://github.com/GCadel/web103_finalproject.git
  1. In one terminal, navigate to the project root > `client'. Run the following
$ npm i

$ npm run dev
  1. In another terminal, navigate to the project root > `server'. Run the following
$ npm i

$ npm run start
  1. Open a browser to http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6