/Employee-tracker

Primary LanguageJavaScriptMIT LicenseMIT

Employee-tracker Badge for license

View a demo of the app

Table of Contents

This is a command line application to help owners keep track of their businesses! Users are brought to the main menu where there is a list of options to view, add or update. The information is returned in a neat, easy to read formatted table.

To run the Employee Tracker you will need to Node.js, as well as the Inquirer, Mysql2, and console.table npms.

See the app in action To use Employee Tracker type node index.js or npm start in the terminal. Use the arrow keys to navigate the menu and answer the questions when prompted. Inputed information is added the appropriate tables and viewed once completed. Select quit to exit the application.

Pull requests are welcome! For any major changes please open an issue.

Questions? Comments? Concerns?