Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.52 KB

File metadata and controls

29 lines (23 loc) · 1.52 KB

Description

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/

Demo

demo demo

Features

  • 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

Optimizations

  • Connect a database to the web app (probably not tho)
  • Write better meta descriptions & text content on page

Technologies

HTML5CSS3JavaScriptNodeJSGit