A simple demonstration of React, React Context, Tailwind CSS and Vitest!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
There have been many great password strength checkers gifted to this world; however, I am responsible for this one. On an impulse, I wanted to quickly create something in React, using React Context, styled with Tailwind CSS and tested using Vitest that could be added to my presence on Github. This simple demonstration can be copied and enhanced, used by anyone, anytime.
Here's why:
- Your time can instead be spent focused on creating something amazing like a complex application that solves a problem, helps others, saves the world...
- You shouldn't be doing the same tasks over and over like creating a password strength checker from scratch. That is unless you have the same impulse to build your own and demonstrate your React, React Context, Tailwind CSS and Vitest skills to anyone who cares.
Keep in mind:
I reserve the right to add or make changes to this experiment at any point in time. Perhaps on another impulse, I will one day replace this password strength checker with another, maybe improved version of itself.
Of course, you may also suggest changes by forking this repo and creating a pull request or opening an issue. I'll likely never respond. Thanks to all the people who may contribute to expanding this password strength checker or after reviewing decide to move on in search of an even more impressive specimen!
- Clone the repo
git clone https://github.com/andyfrith/password-strength-checker.git
- Install NPM packages
npm install
- Run the dev script
npm run dev
For more examples, please refer to the imaginary Documentation
- Add improved README file.
- Deploy to Vercel.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Unlicense License. See LICENSE.txt
for more information.
Andy Frith - LinkedIn - [email protected]
Project Link: https://github.com/andyfrith/password-strength-checker