This application helps you to quick create a website with your team profile information.
To install necessary dependencies, run the following command:
npm i
It will install inquirer, and jest for tests.
To start, run on your command line node app.js
, this will prompt a series of questions that will be used to build your team. To start you will be asked to enter the Manager information such as name, email, id and office number. Once Manager information is completed user can chose between enter a new Engineer, Intern, or not enter more employees. When selected Engineer the required information are name, email, id, and GitHub username. When selected Intern the required information are name, email, id, and school name. Once you have completed to enter all your team information a new team.html
file will be created and saved in the output
directory.
Click on the gif below to watch a video of a new team profile been created.
This project is licensed under the terms of the MIT license.
If you would like to participate on this project please submit any bugs or feature requests to the contact listed on the questions
section of this README.
To run tests, run the following command:
npm run test
If you have any questions about the repo, open an issue or contact me directly at camila.alves85@gmail.com. You can find more of my work at Mimila-85.