Skip to content

Noemiegrau/portfolio-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Generator

Table of contents

Description of the project

This project is a portfolio generator using Nodejs. The user is prompted with questions in the terminal. The answers will be used to fill the index.html file that will then be generated by the app.

Technologies used

Project is created using:

  • HTML
  • CSS
  • JavaScript
  • Nodejs

Usage

Click on GIF to see higher quality version: git-portfolio-gen

Final app should look something like this: Screen Shot 2021-04-09 at 5 17 18 PM

Installation

Here are some guidelines for installing the project on your local machine in order to be able to try it:

  1. Since Node.js applications don't have a front end, clone or download the repository to your own local machine and run it from your command line.

  2. Make sure that your repo includes a package.json with the required dependencies. You can create one by running npm init in your command line.

  3. Run npm i or npm install in order to download all the dependencies. Make sure to also download Inquirer.js by entering npm install inquirer in your terminal in the root directory of the project. Learn more about this package on npm documentation.

  4. Run node index.js in your terminal to launch the application, the first question will appear in your terminal.

  5. Enjoy and don't hesitate to contribute! 🙂

Link URL to GitHub Repository

https://github.com/Noemiegrau/portfolio-generator

About

A portfolio generator using Nodejs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published