I want to build a website that is a simple password generator and that has a nice design.
passwordbird is a simple password generator and http://www.atebits.com/ has a design that I really like. What languages should I use for this project? My main goal is to gain experience in building websites; I don’t expect for it to be perfect. I just want to learn something new and apply it to an idea that I have.
I want to build a website that is a simple password generator and that
Share
HTML, CSS and JS. Here’s an example JS script on password generation: http://javascript.internet.com/passwords/password-generator.html
Good luck.