setocourtney / team-profile-generator

Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

team-profile-generator

Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.

Function

Run application:

npm start

OR

node app.js

Features

  • User is will be prompted for employee information:

    • name
    • role (engineer, intern, manager)
    • email
  • Based on input for employee role, user will be prompted for additional information:

    • engineer : github username
    • intern : school
    • manager : office number
  • After employee info is provided, user will be prompted to add another employee

  • Once all employees have been added, the application will generate a team profile html file to Output Folder

Output Example

Technologies

FrontEnd

Backend

Testing

Jest

npm test

License

MIT License

Copyright (c) 2020 Courtney J. Seto

About

Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.


Languages

Language:JavaScript 73.3%Language:HTML 26.7%