- Description
- Installation Instructions
- Demonstration
- Screenshots
- Usage Information
- Contributors
- Tests
- License
- Questions
This program will allow the user to build an html file that will display their team members. This program will instruct the user to input the manager,
the enginerrs, and interns for the team. Each member will have their name, role, employee id, and email attached to their respective card. The manager will have their office number
associated with their card. The engineers will have their github profile associated with their card. The interns will have their school associated with their card.
- Clone the repo from
[email protected]:ParagasR/Team-profile-Generator.git
- Run
npm i
to install dependancies - Open the terminal in the associated folder
- Run node index.js
Once the HTML file has been generated, it will be located in the dist
folder. Right click on the index.html
and open in browser.
If you would like to contribute to this project, fork it and then submit a pull request. If there are any issues/suggestions, please submit a
an issues ticket.
This application uses Jest to run it's test.
Run npm run test
to start the test files.
You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
To read more about this license, please follow this link.
If you have any questions or issues, please email me at [email protected].
For any further information, here is my github page.