Skip to content

ErnestoGonza/Power-Clap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 

Repository files navigation

PowerClap a SCRUM Project Management Tool

JavaScript NodeJS MongoDB Express.js React React Router React Hook Form HTML5 CSS3 Vite

PowerClap is an program designed for users to manage project tasks between members of an organization.

Installation

MacOS (Install dependencies)

% npm install

WindowsOS (Install dependencies)

$ npm install

Usage

MacOS (Run dev server)

% npm run dev

WindowsOS (Run dev server)

$ npm run dev

Instructions

  1. Input Username and Password to Sign Up or Login.
  2. Create a new project.
  3. Visualize Projects by clicking the Projects Display button.
  1. Add tasks to an individual project. Each Task will have it's own Stage of the following: To Do, In Progress, Verification, and Completed. These stages can be manipulated by pressing the change state button.
  1. Delete the task when Complete.

Iteration Roadmap

  1. Modularize Backend:
    • From one server file to Server, Routers, and Controllers.
  2. Update Styling:
    • Revamp styling.
  3. Login & Signup Page:
    • User can login and signup. Session begins and persists with user.

Known Bugs

  1. Users that already have an account can use the Sign Up button to Login without throwing an error that the account already exists.

Contact Info

Developed By
William Lee Github LinkedIn
William Moody Github LinkedIn
Stefan Jordan Github LinkedIn
Ernesto Gomez Github LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • CSS 10.2%
  • HTML 0.9%