An open API service indexing awesome lists of open source software.

https://github.com/anthonygress/team-generator

A CMS written in JavaScript using Node.js and Inquirer,. It outputs an HTML and a CSS file containing a web view of the team data.
https://github.com/anthonygress/team-generator

cms-backend css html javascript node-js

Last synced: 11 days ago
JSON representation

A CMS written in JavaScript using Node.js and Inquirer,. It outputs an HTML and a CSS file containing a web view of the team data.

Awesome Lists containing this project

README

          

# Team Generator [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Screenshot
Team generator website screenshot

## Description

This is a generator written in Node.js which creates a webpage displaying a set of team members. The team includes a manager, and as many engineers and interns as you want. The program creates 2 files, an HTML and a CSS file both located in /dists.

## Table of Contents
* [Description](#Description)
* [Installation](#Installation)
* [Usage](#Usage)
* [Tests](#Tests)
* [License](#License)
* [Collaboration](#Collaboration)

## Installation

#### Dependencies: *node.js*

To install please run:

```
npm i
```

## Usage
[Youtube screenshot](https://youtu.be/YJb3HGMzTOA)

[Video Walkthrough](https://youtu.be/YJb3HGMzTOA)

To use this node app, clone the repo down, use the terminal to cd into the root directory. Then run:

```
npm start
```

Answer all of the prompts and then 2 files will be written into the dist directory. Creating a webpage using the information you provided.

## Tests

To test please run:

```
npm test
```

## License

[MIT License](https://opensource.org/licenses/MIT)

## Collaboration

Please feel free to collaborate with me on this project! Just fork it and submit a well documented pull request.

If you have any questions, please contact me at techx@opayq.com