Team Bio Generator

team-bio-gen-screenshot

Purpose

This project generates html files using CLI. User answers questions about their employees, and based on user input a polished HTML file is generated and saved. This application is intended to increase user productivity and efficiency by creating formatting html automatically.

Install

Clone this repository and run the application with the command line. node index.js will run application.

Usage

Walkthrough Video 1:https://drive.google.com/file/d/1_AT_9m1ZS_w1UlMWzHYD1_Alz7ZU8001/view

User will be prompted to answer the following items:

  1. Would you like to add a(nother) employee? 2.What kind of employee would you like to add? (manager, engineer, intern)
  2. Enter name
  3. Enter email
  4. Enter Id
  5. Managers also enter office #
  6. Engineers also enter Github user name
  7. Interns also enter school
  8. User prompted to add more employees
  9. If no more employees, html file automatically generated with cards with employees' pertinent information. It is recommended that user save Html file after file generation because it will be overwrittin upon next use.

Built With

  • Javascript
  • node.js
  • npm inquirer
  • VS Studio

Website

n/a CLI

Issues

-Project is still in development, requires further debugging to be operational.

Contribution

Made with ❤️ by Lindsey Krause