Merge branch 'master' into geoffctn-patch-1

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

@ -43,3 +43,5 @@ Try not to view this until you've developed your own solution:
- [Binary to Decimal converter using Flutter & Dart](https://github.com/israelss/AppIdeasCollection/tree/master/Tier1/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/#/) - [Live preview built with Flutter for Web](https://bin2dec.web.app/#/)
- [Binary to Decimal converter using React](https://github.com/geoffctn/Bin2Dec) - [Binary to Decimal converter using React](https://github.com/geoffctn/Bin2Dec)
- [Matrix-like Binary to Decimal converter using Angular](https://github.com/ZangiefWins/MatrixBin2Dec)
- [Live preview on heroku](https://matrix-bin2dec.herokuapp.com/)

@ -53,6 +53,10 @@ number.
## Example projects ## 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) - [Javascript Calculator](https://codepen.io/giana/pen/GJMBEv)
- [React Calculator](https://codepen.io/mjijackson/pen/xOzyGX) - [React Calculator](https://codepen.io/mjijackson/pen/xOzyGX)
- [Javascript-CALC](https://github.com/x0uter/javascript-calc) - [Javascript-CALC](https://github.com/x0uter/javascript-calc)
- [Sample Calculator](https://sevlasnog.github.io/sample-calculator)
- [Python Calculator](https://github.com/kana800/Side-Projects/tree/master/1-Beginner/calculator)

@ -31,3 +31,4 @@ Style your own calendar according to your requirement
## Example projects ## Example projects
- [Simple calendar](https://medium.com/@nitinpatel_20236/challenge-of-building-a-calendar-with-pure-javascript-a86f1303267d) - [Simple calendar](https://medium.com/@nitinpatel_20236/challenge-of-building-a-calendar-with-pure-javascript-a86f1303267d)
- [eCalendar](https://github.com/muzhaqi16/eCalendar)

@ -31,3 +31,6 @@ displayed during the Christmas Holidays.
## Example projects ## Example projects
[PureCSSChristmasLights](https://codepen.io/tobyj/pen/QjvEex) [PureCSSChristmasLights](https://codepen.io/tobyj/pen/QjvEex)
[Christmas Lights](https://codepen.io/irfanezani_/pen/mdeLpKo)

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

@ -51,4 +51,5 @@ request('https://www.githubstatus.com/', { json: true }, (err, res, body) => {
## Example projects ## Example projects
[Peter Luczynski's example](https://peterluczynski.github.io/github-status/) - [Peter Luczynski's example](https://peterluczynski.github.io/github-status/)
- [Diogo Moreira's example](https://diogomoreira.github.io/github-status/)

@ -22,10 +22,11 @@ language.
### Constraints ### Constraints
- Developers should use the [IP-API](http://ip-api.com/docs/api:json) service - Developers should use the [IP-API](http://ip-api.com/docs/api:json) service
to obtain the users country code. to obtain the users IP.
- Developers should use the - Developers should use the
[Fourtonfish](https://www.fourtonfish.com/hellosalut/hello/) service to [Fourtonfish](https://www.fourtonfish.com/hellosalut/hello/) service to
obtain the greeting in the users native language by passing the country code. obtain the greeting in the users native language by passing the users IP.
- Developers must use a HTML entities decoding to decode the hello message.
## User Stories ## User Stories
@ -47,8 +48,8 @@ language.
## Bonus features ## Bonus features
- [ ] User can see an additional text input field for a country code which - [ ] User can see an additional text input field for a language code which
will be used to override the country code obtained through geolocation. Hint: will be used to override the IP obtained through geolocation. Hint:
this is a great feature for testing your app. this is a great feature for testing your app.
- [ ] User can see additional geolocation information after logging on that - [ ] User can see additional geolocation information after logging on that
includes at least the local IP address, city, region, country name, zip code, includes at least the local IP address, city, region, country name, zip code,

@ -23,3 +23,4 @@ You can use the [Google Books API](https://developers.google.com/books/docs/over
## Example projects ## Example projects
[Book Finder](https://book-finder-by-deyl.netlify.com/) [Book Finder](https://book-finder-by-deyl.netlify.com/)
[Search Books](https://booksure.netlify.app/)

@ -30,3 +30,4 @@ When the User clicks on the 2nd card:
- [Flip - card memory game](https://codepen.io/zerospree/full/bNWbvW) - [Flip - card memory game](https://codepen.io/zerospree/full/bNWbvW)
- [Memory Game](https://jdmedlock.github.io/memorygame/) - [Memory Game](https://jdmedlock.github.io/memorygame/)
- [SMB3 Memory Card Game](https://codepen.io/hexagoncircle/full/OXBJxV) - [SMB3 Memory Card Game](https://codepen.io/hexagoncircle/full/OXBJxV)
- [BHMBS - Memory Game](https://barhouum7.github.io/JS-MemoryGame.github.io/)

@ -27,6 +27,6 @@ To get data from API you can check [fetch API](https://developer.mozilla.org/en-
## Example projects ## 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)) - [github-profile-search](https://github-profile-search-272901.web.app/) ([repo](https://github.com/guerra08/github-profile-search))

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

@ -43,7 +43,7 @@ data structure other than an array for faster searching.
## Useful links and resources ## Useful links and resources
[MyPyramid Food Raw Data](https://catalog.data.gov/dataset/mypyramid-food-raw-data-f9ed6) [MyPyramid Food Raw Data](https://catalog.data.gov/dataset/mypyramid-food-raw-data)
## Example projects ## Example projects

Loading…
Cancel
Save