Skip to content

taskflare/YAMT-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMT Client

A project management tool with the key aim of automating task delegation.

Overview

YAMT (Yet Another Management Tool) is a task delegation tool for all types of projects with the key aim of automating task delegation based on the current members skill sets and availability. The overall goal of YAMT is to remove the tedious nature of micro-management and increase productivity through streamlining task assignment accordingly.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Meta

Jake Grogan – jake.kgrogan@gmail.com - My Github

Connor Mulready – My Github

Contributing

  1. Fork it (https://github.com/taskflare/yamt-client/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request