A web application that generates a password randomly. The password generation happens on the server-side and not the browser/client-side. I refactored this project to re-setup my Node environment & get a server up without using express. I decided to use railway to deploy this web app.
The project is deployed here: https://pass-wizard.up.railway.app/
- Web application deployed with Railway
- Web page is responsive to mobile viewports
- Implemented both SEO tags & screen reader accessibility
- Password generates on the server-side
- Error handling
- Toggle visibility icon on generated passwords
- Copy-to-clipboard button on generated passwords
- Theme toggle for light/dark mode
- Preloaded assets
- Connect a database to the web app (probably not tho)
- Write better meta descriptions & text content on page