The Team Profile Generator is a Node.js command-line application that prompts the user for information about their team of employees and then generates a webpage that displays summaries for each person.
The following steps are how to install and set up the generator:
- Clone the repo: git clone [email protected]:vpratnicki/Team-Profile-Generator.git.
- Install NPM package: npm install [email protected]
To use this app, type ‘node index’ to invoke the application from the command line. Answer all of the prompts and then open the file that is now populated in the dist directory.
Here is a screenshot of the prompts:
This is the page that is generated using the prompt responses:
Contributions are greatly appreciated! In fact, they are what makes this open source community such a wonderful place to learn, develop, and create. I welcome all suggestions that would make this project better, please fork the repo and create a pull request. Additionally you can open an issue with the tag "enhancement".
Fork the Project:
- Create your feature branch (git checkout -b feature/awesome-feature).
- Commit your changes (git commit -m 'Add some awesome feature').
- Push to the branch (git push origin feature/awesome-feature),
- Open a Pull Request.
Testing is key to making code maintainable, this app was biult using Jest. To run the test:
- Install NPM package: npm install --save-dev jest
- Enter npm test in the command line.
Have any questions about this project? Please reach out!
- GutHub username: vpratnicki
- Link: https://github.com/vpratnicki
- Email: vanessa@pratnicki