https://github.com/cyphernyx/node-inquirer-html-about-me-
this is a node command line tool that generates an html about me page based on user imput
https://github.com/cyphernyx/node-inquirer-html-about-me-
inquirer-prompt javascript nodejs
Last synced: 2 months ago
JSON representation
this is a node command line tool that generates an html about me page based on user imput
- Host: GitHub
- URL: https://github.com/cyphernyx/node-inquirer-html-about-me-
- Owner: CypherNyx
- License: mit
- Created: 2023-07-25T03:04:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T03:58:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T22:32:19.238Z (4 months ago)
- Topics: inquirer-prompt, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-inquirer-html-about-me-
> Module 9 Mini Project Node.js: HTML generatorThis is a node command line tool that generates an html about me page based on user imput. Using Node.js and the [inquirer NPM](https://www.npmjs.com/package/inquirer/v/9.2.8) package to capture user input through the command line interface and generate a personalized About Me page in HTML.


## ScreenCaptures
[SAMPLE of a generated page ➡️](https://github.com/CypherNyx/node-inquirer-html-about-me-/blob/main/assets/SAMPLE-about-me.html)
## Installation
To use this tool, you'll need to have Node.js installed on your computer. Once you have Node.js set up, you can follow these steps to install and use the application:1. Clone this GitHub repository to your local machine.
```sh
git clone [email protected]:CypherNyx/node-inquirer-html-about-me-.git
```
2. Open a terminal or command prompt and navigate to the cloned repository's directory.
3. Run ```npm install``` to install the necessary dependencies.## Usage
To generate a professional "About Me" html page, follow these steps:1. Open a terminal or command prompt and navigate to the parent directory.
2. Run the application using the command
```sh
node index.js
```
3. Answer the prompted questions about your application repository.
4. Once you have provided all the required information, the application will generate a file named about-me.html in the same directory with the appropriate sections and content.## License
[](https://opensource.org/licenses/MIT)
https://opensource.org/licenses/MIT## Questions
If you have any questions or need further assistance, you can reach me via the following:GitHub: [Dahlia Guido's GitHub](https://github.com/CypherNyx)
Email: [email protected]