Teamify-JS is a Node.js command-line application designed to streamline the process of generating a webpage displaying essential information about a software engineering team 🚀. As a manager or user, you can quickly access your team members' basic details, including their emails and GitHub profiles, through an intuitive interface.
This application simplifies team management by allowing users to input information about team members directly into the command-line interface. Upon submission, the program generates an HTML webpage containing concise summaries for each team member, making it easy to keep track of crucial details at a glance. With comprehensive tests provided, you can trust that every aspect of the code meets high standards of functionality and reliability, ensuring a seamless experience for both managers and team members alike 📊. Streamline your team management process today with Teamify-JS.
Streamline your team management process today with Teamify-JS. 💼
Please see a full list of features here
- Dev Requirements
- Dev Environment Setup
- Enduser usage instructions
- Features
- How to contribute
- technologies
- Screenshot
- Tests
- Credits
- License
Git/GitBash, VS Code, NodeJS, and the source code, of course! 🛠️
Please make sure you have NodeJS downloaded To get the development environment running:
- Clone this repo
- Navagate to the repo on your local machine
- run
npm i
and this will install all the depencencys needed - run
node index.js
to run DocuGen-JS!
index.js
: Contains the js code to initialize and run the applib/
: Contains all javaScript class files for the employee'ssrc/
: Contains all javaScript code to allow this app to functionassets/images/
: Contains all images used in the project/readmeassets/css/
: Contains all css styles in the project
Please make sure you have NodeJS downloaded
- Clone this repo
- Navagate to the repo on your local machine
- run
npm i
and this will install all the depencencys needed - run
node index.js
to run DocuGen-JS!
- Allows you to easily create a webpage that displays all empolyees and their roles
- Allows you to have quick access to their emails and GitHub profiles
- Fork this repository
- Clone the repository
- Create a branch for your bug fix or feature
- Make necessary changes and commit those changes
- Push changes to GitHub
- Create a pull request to this repo to submit your changes for review
- JavaScript
- NodeJS
- Inquirer
- Jest
- Bootstrap
The following image shows the application's functionality:
Note: This is a example of the HTML file that this app creates.
- Run
npm run test
to run the tests
- Ross - Source Code
MIT License
Copyright (c) 2024 RossNE99
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.