You can see the project on its page
- NodeJS
- Git or Github Desktop if don't want to use git commands.
- 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!
- Clone the project with
git clone https://github.com/FOWMind/password-generator.git
- Install dependencies with
npm install
and run withnpm start
Now you can explore the code and the project view.
This is a challenge from Frontend Mentor.