Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.31 KB

Password generator challenge

You can see the project on its page

Project Preview

If you want to run this project locally in your computer, you need to have installed:

To run the project:

  • Open the Terminal in one folder (e.g. desktop).
  • Run git clone https://github.com/FOWMind/password-generator.git command. A new folder called password-generator will be created in that directory. You can explore the files if you want.
  • Open the new folder called password-generator in the terminal.
  • Run npm install command and wait to Node Package Manager to install all the required packages for the project.
  • Run npm start and you should see the project in your browser!

TL;DR:

  • Clone the project with git clone https://github.com/FOWMind/password-generator.git
  • Install dependencies with npm install and run with npm start

Now you can explore the code and the project view.

This is a challenge from Frontend Mentor.