Skip to content

Commit

Permalink
swap out replit hosted projects
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmaxwellhyland committed Feb 9, 2024
1 parent f319dc3 commit 95d2e0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ApiReviewExamples/Examples/MacroRandomizer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# API Example: Macro Randomizer
This website generates random [image macro](https://en.wiktionary.org/wiki/image_macro)s. It pulls a random bit of text from a variety of text-based APIs, then pulls a random image from a variety of different image APIs, and puts them together using a text-image-overlay API. This is certainly the most complex example in the lesson, but it is also the most powerful; combining multiple APIs can be quite interesting.

- [Preview: https://macrorandomizer.hylandoutreach.repl.co/](https://macrorandomizer.hylandoutreach.repl.co/)
- [Preview](https://hylandtechclub.com/showcase/Web103/MacroRandomizer/index.html)
- [Project: https://replit.com/@HylandOutreach/MacroRandomizer](https://replit.com/@HylandOutreach/MacroRandomizer)
- APIs: Several

Expand Down
2 changes: 1 addition & 1 deletion ApiReviewExamples/Examples/Trivia.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# API Example: Trivia App
This site uses a Trivia API to grab some multiple choice questions and use them to quiz the user.

- [Preview: https://trivia.hylandoutreach.repl.co](https://trivia.hylandoutreach.repl.co)
- [Preview](https://hylandtechclub.com/showcase/Web103/Trivia/index.html)
- [Project: https://replit.com/@HylandOutreach/Trivia](https://replit.com/@HylandOutreach/Trivia)
- [APIs: Open Trivia Database](https://opentdb.com/api_config.php)

Expand Down
2 changes: 1 addition & 1 deletion ApiReviewExamples/Examples/Weather.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# API Example: Weather App
This site takes a search location (either zip code or city name), finds some information about the current weather for it, and displays it.

- [Preview: https://weather.hylandoutreach.repl.co](https://weather.hylandoutreach.repl.co)
- [Preview](https://hylandtechclub.com/showcase/Web103/Weather/index.html)
- [Project: https://replit.com/@HylandOutreach/Weather](https://replit.com/@HylandOutreach/Weather)
- [APIs: Open-Meteo](https://open-meteo.com/)

Expand Down
2 changes: 1 addition & 1 deletion Arrays/Challenges.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Challenges
Try to complete these challenges that deal with a [playlist website](https://the-best-songs.hylandoutreach.repl.co/).
Try to complete these challenges that deal with a playlist website.

Start by forking [this Repl project](https://replit.com/@HylandOutreach/the-best-songs#style.css). Then, try to update the site in a variety of ways! Feel free to hop around whichever challenges interest you the most.

Expand Down
2 changes: 1 addition & 1 deletion Arrays/WarmUp.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Warm-Up: Top Ten Restaurants
Follow these instructions to build a top ten list of your favorite restaurants.

1. Open the [Top Ten Restaurants Website](https://toptenrestaurants.hylandoutreach.repl.co/)
1. Open the [Top Ten Restaurants Website](https://hylandtechclub.com/showcase/Web103/TopTen/index.html)
1. Delete any restaurants that are not in your top ten
1. Edit existing restaurants to update their positions
1. Add new restaurants (at least three) to the bottom of the list
Expand Down
2 changes: 1 addition & 1 deletion ArrowFunctions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The [presentation](ArrowFunctions.pptx) reviews anonymous functions, introduces
Print out copies of the [worksheet](ArrowFunctionsWorksheet.docx), or direct students to the [online version](Worksheet.md) if they are virtual. Give them time to try to complete the worksheet without assistance. When they turn in their worksheets, check them for correctness against the [answer key](WorksheetAnswers.md), and give them back if there is anything they need to fix.

## Code-Along: Cereal Mascots for Some Reason
Follow the [instructions](MascotsCodeAlong.md) to build up a sweet website. By the end of the activity, the project should look something like [this](https://cerealend.hylandoutreach.repl.co/).
Follow the [instructions](MascotsCodeAlong.md) to build up a sweet website. By the end of the activity, the project should look something like [this](https://replit.com/@HylandOutreach/CerealEnd/).

## Self-Paced Work: Trading Card Updates
Students should follow the [self-paced work instructions](SelfPacedWork.md) to update their websites. They should be encouraged to change the subjects of the trading cards, and do whatever they would like with the styles.
Expand Down

0 comments on commit 95d2e0a

Please sign in to comment.