Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.21 KB

README.md

File metadata and controls

49 lines (30 loc) · 2.21 KB

HTML Bio Generator

License: MIT Node.js Badge Bulma Badge

Description

This application was created as part of a UT Full Stack Coding Bootcamp in-class mini-project. The generator collects user input and creates an html file including: name, location, bio, LinkedIn, GitHub, and custom file name.

Watch a video demonstration of the basic functionality:

HTML-bio-generator.mov

Table of Contents

Installation

Check if you have Node.js installed by typing "node -v" in your command line. If node is not installed, visit the Node.js website to install. Next, clone this project repository to your computer. Use the command "npm install" to install dependencies.

Usage

Change directories to your new project folder in the terminal. Invoke the application by typing "node index.js" or by typing the script "npm start" in the terminal's command line. Refer back to the video posted in the description as needed.

License

MIT License

Contributing

This was created as part of an in-class assignemnt for UT Full Stack Bootcamp. No starter code or coding support was provided. Further revisions were made post class to extend styling and functionality.

Contact