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.
- Host: GitHub
- URL: https://github.com/anthonygress/team-generator
- Owner: AnthonyGress
- Created: 2021-07-19T18:29:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T18:23:21.000Z (over 4 years ago)
- Last Synced: 2025-02-28T06:16:45.161Z (11 months ago)
- Topics: cms-backend, css, html, javascript, node-js
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Team Generator [](https://opensource.org/licenses/MIT)
## 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
[
](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