REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
34/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
JS Calculator
Click here for DEMO
This is one of the freeCodeCamp Front End Development Libraries Projects.
In this project we build a functional calculator using Javascript
I prefer to code in VS Code over CodePen
Note: there is some issues with freeCodeCamp's test suite failing some tests when the project is created using React v18.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
In this homework project I have been tasked to create a function which returns a randomly generated password based on some user input. The website generates a password of a length between 8 and 128 characters (decided by the user), and uses at least one type of character from "special" characters (symbols like %, !, $ for example, a full list was used from: https://www.owasp.org/index.php/Password_special_characters), numbers (0-9), lower case and upper case characters (a,b,..z and A,B,...Z). I have also included some logic so that when the user picks a set of characters it is guaranteed to be included in the password. I used and learnt about a range of interesting JavaScript including: The alert, prompt and confirm methods to gain user input Conditional statements, and loops (for, do. While and while) Arrays and Array methods and the Math object, specifically Math. Random It also gave me an opportunity to think about logic and how to use JavaScript to achieve this.
27/100 healthActive repository
JavaScriptNo license
⑂ 0 forks◯ 0 issuesUpdated Sep 13, 2021