AbhiBiju / team-portfolio-generator

In this Challenge, I used node, inquirer, and javascript to create a Team Portfolio Page Generator which takes in user input on their employees, interns and manager and creates a custom Meet the Team page for companies based on the provided information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Portfolio Generator

MIT

Table of Contents

Description

In this Challenge, I used node, inquirer, and javascript to create a Team Portfolio Page Generator which takes in user input on their employees, interns and manager and creates a custom Meet the Team page for companies based on the provided information. It utilizes the inquirer module to prompt the user for input, as well as the file systems module to create the html file with the provided input.

Languages

  • HTML
  • CSS
  • JavaScript
  • Node.js

Deployment

You Can Find the Deployed App Here

Installation

To install necessary dependencies, use the following command:

npm i

Usage

To run this application, use the following command:

node index.js

Here is a walkthrough video on how to install and use the app:

https://user-images.githubusercontent.com/83188832/130339728-34509f0f-bb74-4958-a04f-d21de2b90104.mov

Team.Page.Gen.Walkthrough.mov

Tests

To run tests, use the following command:

npm test

License

This project is licensed under the MIT License

Contributing

There are many ways in which you can contribute, beyond writing code. If you have any questions or concerns, please email at abhinavbiju29@gmail.com. If you find any reproduceable problems with the generator, please report/file an issue. Thank you for contributing!

Questions

If you have any questions about the repo, open an issue or contact me directly at abhinavbiju29@gmail.com. You can find more of my work at AbhiBiju.

About

In this Challenge, I used node, inquirer, and javascript to create a Team Portfolio Page Generator which takes in user input on their employees, interns and manager and creates a custom Meet the Team page for companies based on the provided information.


Languages

Language:JavaScript 100.0%