Merge branch 'master' into addNeumorphicCalculator

pull/179/head
Florin Pop 4 years ago committed by GitHub
commit a5f3636ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,3 +42,5 @@ Try not to view this until you've developed your own solution:
- [Binary to Decimal converter with plain html, js and css](https://grfreire.github.io/Bin2Dec/)
- [Binary to Decimal converter using Flutter & Dart](https://github.com/israelss/AppIdeasCollection/tree/master/Tier1/Bin2Dec)
- [Live preview built with Flutter for Web](https://bin2dec.web.app/#/)
- [Matrix-like Binary to Decimal converter using Angular](https://github.com/ZangiefWins/MatrixBin2Dec)
- [Live preview on heroku](https://matrix-bin2dec.herokuapp.com/)

@ -54,6 +54,7 @@ number.
## Example projects
- [BHMBS - JS-Neumorphic-Calculator](https://barhouum7.github.io/JS-Neumorphic-Calc.github.io/)
- [Javascript iOS Style Calculator](https://codepen.io/ssmkhrj/full/jOWBQqO)
- [Javascript Calculator](https://codepen.io/giana/pen/GJMBEv)
- [React Calculator](https://codepen.io/mjijackson/pen/xOzyGX)
- [Javascript-CALC](https://github.com/x0uter/javascript-calc)

@ -34,7 +34,7 @@ an RGB color specification (e.g. `#000000` color code).
## Useful links and resources
[CSS Color Codes](https://www.quackit.com/css/css_color_codes.cfm)
[CSS Color Codes](https://www.qhmit.com/css/css_color_codes.cfm)
## Example projects

@ -27,6 +27,6 @@ To get data from API you can check [fetch API](https://developer.mozilla.org/en-
## Example projects
- [GitHub profiles](https://chaharshivam.github.io/github-profiles/?#) ([repo](https://github.com/chaharshivam/github-profiles))
- [GitHub profiles](https://github-profiles.netlify.app/) ([repo](https://github.com/GabrielNBDS/GitHub-Profiles))
- [github-profile-search pen](https://codepen.io/guerra08/pen/GRJXVbq) ([repo](https://codepen.io/guerra08/pen/GRJXVbq))

@ -13,7 +13,7 @@ Generate passwords based on certain characteristics selected by the user.
## Bonus features
- [ ] Use can see the password strength
- [ ] User can see the password strength
## Useful links and resources

Loading…
Cancel
Save