FOWMind / password-generator

Password generator using ReactJS

Home Page:https://password-generator-fowmind.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Password generator using ReactJS

https://password-generator-fowmind.vercel.app


Languages

Language:JavaScript 89.2%Language:HTML 9.4%Language:CSS 1.3%