An open API service indexing awesome lists of open source software.

https://github.com/takuyadev/password-generator-scrimba

Password Generator solo project for generating strong passwords, from the "The Front-End Developer Career Path" course from Scrimba.
https://github.com/takuyadev/password-generator-scrimba

css front-end html javascript scrimba scrimba-frontend scrimba-soloproject

Last synced: 6 months ago
JSON representation

Password Generator solo project for generating strong passwords, from the "The Front-End Developer Career Path" course from Scrimba.

Awesome Lists containing this project

README

          

# Password Generator - Scrimba

This project is deployed at the [link here.](https://takuyadev.github.io/password-generator-scrimba/)

### `Summary`

This project is part of the Solo Project section of the "The Front-End Developer Crash Course", where the student is required to finish the project on their own without extensive help.

This application is a program that allows you to generate a random password, then lets you copy the password for usage onto your clipboard.

### `Languages / Techstack`

- HTML
- CSS
- Javascript

### `Resources`

#### The Frontend Developer Career Path

https://scrimba.com/learn/frontend

### `About Scrimba`

At Scrimba our goal is to create the best possible coding school at the cost of a gym membership! 💜
If we succeed with this, it will give anyone who wants to become a software developer a realistic shot at succeeding, regardless of where they live and the size of their wallets 🎉
The Frontend Developer Career Path aims to teach you everything you need to become a Junior Developer, or you could take a deep-dive with one of our advanced courses 🚀

- [Our courses](https://scrimba.com/allcourses)
- [The Frontend Career Path](https://scrimba.com/learn/frontend)
- [Become a Scrimba Pro member](https://scrimba.com/pricing)

Happy Coding!