ChadBowler / Productivity-Ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Productivity Ninja: Project / Task Management Website

Copyright Chad Bowler, Kwon Kyung, Maridon Romney updated Aug 7, 2023 see License below.

License: MIT

Description

The Productivity Ninja is an interactive front end with a back-end Restful API that can track the progress of Projects and their tasks. This API utilizes SQL databases to store Users, Tasks, Projects and dynamic Javascript and Handlebars to add/edit and delete Projects and their respective tasks.

Git Repository link: https://github.com/ChadBowler/Productivity-Ninja

Heroku Live URL link: https://productivity-ninja-d6cc6908ff4d.herokuapp.com

Table of Contents

  1. Installation
  2. Usage
  3. License
  4. Contribution Guidelines
  5. Tests
  6. Questions

Installation

To install this code, create a git repository or make a copy of this one and pull the code to a local device.

Usage

To use this code make sure you have installed the necessary packages, libraries and frameworks. You may need to set up a local MySQL in order to use and implement the seed data. To use the deployed app simply login using one of the database generic "users" or sign up. Create Projects and their Tasks as needed, editing and deleting when necessary.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contribution Guidelines

Contributions are welcome. Please create an independent branch and go through the customary and polite channels to initiate collaboration.

Tests

No tests have been written for this file set. Passive debugging processes were undertaken to ensure the compatability and functionality of this website and its moving parts.

Questions

For additional questions or comments you can reach us here:

About

License:Other


Languages

Language:JavaScript 64.0%Language:Handlebars 26.7%Language:CSS 9.3%