Skip to content

Commit

Permalink
Merge branch 'master' into geoffctn-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
florinpop17 authored Jul 7, 2020
2 parents 9ce9656 + 02bd375 commit f90e9f5
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 17 deletions.
2 changes: 2 additions & 0 deletions Projects/1-Beginner/Bin2Dec-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [Live preview built with Flutter for Web](https://bin2dec.web.app/#/)
- [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/)
4 changes: 4 additions & 0 deletions Projects/1-Beginner/Calculator-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ 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)
- [Sample Calculator](https://sevlasnog.github.io/sample-calculator)
- [Python Calculator](https://github.com/kana800/Side-Projects/tree/master/1-Beginner/calculator)
1 change: 1 addition & 0 deletions Projects/1-Beginner/Calendar-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Style your own calendar according to your requirement
## Example projects

- [Simple calendar](https://medium.com/@nitinpatel_20236/challenge-of-building-a-calendar-with-pure-javascript-a86f1303267d)
- [eCalendar](https://github.com/muzhaqi16/eCalendar)
3 changes: 3 additions & 0 deletions Projects/1-Beginner/Christmas-Lights-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ displayed during the Christmas Holidays.
## Example projects

[PureCSSChristmasLights](https://codepen.io/tobyj/pen/QjvEex)
[Christmas Lights](https://codepen.io/irfanezani_/pen/mdeLpKo)


2 changes: 1 addition & 1 deletion Projects/1-Beginner/Color-Cycle-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://qhmit.com/css/css_color_codes.cfm)

## Example projects

Expand Down
3 changes: 2 additions & 1 deletion Projects/1-Beginner/GitHub-Status-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ request('https://www.githubstatus.com/', { json: true }, (err, res, body) => {

## 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/)
9 changes: 5 additions & 4 deletions Projects/1-Beginner/Hello-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ language.
### Constraints

- 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
[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

Expand All @@ -47,8 +48,8 @@ language.

## Bonus features

- [ ] User can see an additional text input field for a country code which
will be used to override the country code obtained through geolocation. Hint:
- [ ] User can see an additional text input field for a language code which
will be used to override the IP obtained through geolocation. Hint:
this is a great feature for testing your app.
- [ ] User can see additional geolocation information after logging on that
includes at least the local IP address, city, region, country name, zip code,
Expand Down
13 changes: 7 additions & 6 deletions Projects/2-Intermediate/Book-Finder-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Create an application that will allow users to search for books by entering a qu

## User Stories

- [ ] User can enter a search query into an `input` field
- [ ] User can submit the query. This will call an API that will return an array of books with the corresponding data (**Title**, **Author**, **Published Date**, **Picture**, etc)
- [ ] User can see the list of books appearing on the page
- [ ] User can enter a search query into an `input` field
- [ ] User can submit the query. This will call an API that will return an array of books with the corresponding data (**Title**, **Author**, **Published Date**, **Picture**, etc)
- [ ] User can see the list of books appearing on the page

## Bonus features

- [ ] For each item in the list add a link that will send the User to an external site which has more information about the book
- [ ] Implement a Responsive Design
- [ ] Add loading animations
- [ ] For each item in the list add a link that will send the User to an external site which has more information about the book
- [ ] Implement a Responsive Design
- [ ] Add loading animations

## Useful links and resources

Expand All @@ -23,3 +23,4 @@ You can use the [Google Books API](https://developers.google.com/books/docs/over
## Example projects

[Book Finder](https://book-finder-by-deyl.netlify.com/)
[Search Books](https://booksure.netlify.app/)
1 change: 1 addition & 0 deletions Projects/2-Intermediate/Card-Memory-Game.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ When the User clicks on the 2nd card:
- [Flip - card memory game](https://codepen.io/zerospree/full/bNWbvW)
- [Memory Game](https://jdmedlock.github.io/memorygame/)
- [SMB3 Memory Card Game](https://codepen.io/hexagoncircle/full/OXBJxV)
- [BHMBS - Memory Game](https://barhouum7.github.io/JS-MemoryGame.github.io/)
4 changes: 2 additions & 2 deletions Projects/2-Intermediate/GitHub-Profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
- [github-profile-search](https://github-profile-search-272901.web.app/) ([repo](https://github.com/guerra08/github-profile-search))
2 changes: 1 addition & 1 deletion Projects/2-Intermediate/Password-Generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Projects/3-Advanced/Calorie-Counter-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data structure other than an array for faster searching.

## 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

Expand Down
2 changes: 1 addition & 1 deletion Projects/3-Advanced/Movie-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Find your next movie or create your watchlist with this App. It include reviews,

## Example projects

[Movie Database App w/ React by Oliver Gomes](http://phobic-heat.surge.sh/)
[Movie Database App w/ React by Oliver Gomes](http://phobic-heat.surge.sh/)
[Movie Browser App w/ React&Redux&Bootstrap by Nataliia Pylypenko](https://api-cinema-10d15.firebaseapp.com/)

0 comments on commit f90e9f5

Please sign in to comment.