This project was created by Abi.
It is a Next.js project built on React and TailwindCSS.
Password Strength Analyzer This is a password strength analyzer built using Next.js, React, and TailwindCSS. It checks the strength of passwords based on length, character variety, and complexity.
This project was made as part of an internship task.
Features Checks password strength in real-time Evaluates: Length of the password Use of uppercase and lowercase letters Inclusion of numbers and special characters Simple and user-friendly interface Getting Started Installation: Clone the repository:
git clone https://github.com/MadlyAbi/FUTURE_CS_02.git cd FUTURE_CS_02 Install dependencies:
npm install Run the development server:
npm run dev Open http://localhost:3000 in your browser.
Contact This project was created by MadlyAbi for internship purposes. GitHub: MadlyAbi
How to Add this README.md to Your Repository In VS Code, create a new file named README.md. Copy and paste the above content. Save the file. Commit and push to GitHub: git add README.md git commit -m "Add simple README.md" git push origin main
Open http://localhost:3000 with your browser to see the result.
You can start editing the code in src. The page auto-updates as you edit the file.
To learn more, take a look at the following resources:
- React Documentation - learn about React
- TailwindCSS Documentation - learn about TailwindCSS
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.