Skip to content

doggodoge/large-password-thing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Large Password Thing

Quality Gate Status Reliability Rating Maintainability Rating Code Smells Bugs Technical Debt

image

I thought the modal that pops up when you click "view with large text" in 1password was kinda neat, the way it colored numbers and special characters. Also thought it would be neat to try and implement this myself as it didn't look like it would be too difficult.

Also took the opportunity to learn more about CSS animations, and turns out it's pretty trivial to get good looking animations in there with pretty low performance cost.

Each cell is a pure react component and return each cell component wrapped in the React.memo() HOC for memoization. Seems to actually make a difference in keeping things performant.

How to run

This is a create-react-app so a pretty familiar procedure.

Debug with Hot Reloading

yarn start

Build a Production Version

yarn build

Production Build with Profiling

yarn build --profile

About

Just a react thing that renders a password very large.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published