workspace-tracker

Workspace Tracker


License: MIT


Table of Contents:

Questions?

By Sfzmango

Email: maunghtike1999@gmail.com


Description:

This is a program constructed with Javascript and utilizes Node.js and MySQL. It features usage of the Inquirer, mysql2, and console.table packages to create a nicely formatted workspace tracker. Who would this program be suited for? This program is available for interested parties who are looking to be able to keep track of everything in their company logistic-wise very quickly and to be able to edit or update any portions of the company all while being formatted neatly.

Installation:

Please download all the files included in the repository. Afterwards, please open your terminal into the repository folder and utilize Node.js’s npm install feature to install all the needed packages.
npm i

Usage:

To start the program, please open the directory on terminal and type in node index.js. You will be prompted to enter your desired inputs for the specific sections that you would like to select.

Technologies and Programs Used:

Demonstration:

Demonstration

Credits:

Special Thanks to: Maung Htike

License:


MIT License

Copyright (c) 2022 Maung Htike

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.