JoelDore / Template-Engine

Command line application that generates a webpage displaying a roster of info for an engineering team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template Engine

Command line application that generates a webpage displaying a roster of info for an engineering team


Table of Contents

Installation

Requires the npm Inquirer package: npm install inquirer

Usage

-> Walkthrough Video <--

  1. Run node index in terminal
  2. Navigate through prompts to build a new team
  3. A file named team.html will be generated in the output directory

Sample output (desktop):

Sample-output

Sample output (mobile):

Sample-output-mobile

Contributing

Contributions welcome!

  1. Fork this repository
  2. Create a new branch
  3. Commit/push your changes
  4. Create a new pull request

Tests

Requires npm jest package to run tests: npm run test

Future Dev

Validate user input to ensure proper format/no blank entries (name, email, id#).

Questions

Feel free to send me an email at dore.joel.dore@gmail.com!

License

This project is Apache licensed.
© 2020 Joel Dore



githublinkedinBuy Me A Coffee

About

Command line application that generates a webpage displaying a roster of info for an engineering team

License:Apache License 2.0


Languages

Language:JavaScript 60.5%Language:HTML 31.2%Language:CSS 8.3%