The following application allows users to create a HTML webpage for a software engineering team. This applications takes users input and creates a employee card which is then displayed. Each card contains the individuals’ name, role within the team, ID, office number, Github link, and school name depending on their role. The purpose of this application is to help software engineers and/or other organizations to organize their teams quickly and efficiently.
- Clone the repository to your local machine
- Use the generator by typing
node index.js
in the main directory and answer all the questions. After answering all the questions the resulting index file will be created inside thedist
directory. - To verify that all tests pass in the main directory type
npm run test
- HTML
- CSS
- Bootstrap
- Javascript
- Node.js
- NPM
- Inquirer
- Jest
- Promises
- OOP