Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 895 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 895 Bytes

Employee Tracker

GitHub

License

GNU GPLv3

Description

This is a command-line application that allows users to keep track of employee data.

Installation

Run node.js and perform an npm install to bring in all necesarry node modules. The program is run with the command "node app.js"

Usage

Demonstration GIF: tracker demonstration

Contributing

None. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Tests

There are currently no tests written for this application. Please make sure to update tests as appropriate.

Questions