Skip to content

Instantly share code, notes, and snippets.

@harrisonmalone
Created September 22, 2019 13:10
Show Gist options
  • Select an option

  • Save harrisonmalone/3ed1e7b60adeaef8ae7830aa4c3551f2 to your computer and use it in GitHub Desktop.

Select an option

Save harrisonmalone/3ed1e7b60adeaef8ae7830aa4c3551f2 to your computer and use it in GitHub Desktop.

Project 1

Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/wGqEga/. Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style. User Story: I can search Wikipedia entries in a search box and see the resulting Wikipedia entries. User Story: I can click a button to see a random Wikipedia entry. Hint #1: Here's a URL you can use to get a random Wikipedia article: https://en.wikipedia.org/wiki/Special:Random. Hint #2: Here's an entry on using Wikipedia's API: https://www.mediawiki.org/wiki/API:Main_page. Hint #3: Use this link to experiment with Wikipedia's API.

Project 2

Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/mVEJag. Fulfill the following user stories. Use whichever libraries or APIs you need. Give it your own personal style. User Story: I can see where all Meteorites landed on a world map. User Story: I can tell the relative size of the meteorite, just by looking at the way it's represented on the map. User Story: I can mouse over the meteorite's data point for additional data. Hint: Here's a dataset you can use to build this: https://raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json

Project 3

Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/freeCodeCamp/full/KzXQgy/. Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style. User Story: I can play a game of Tic Tac Toe with the computer. User Story: My game will reset as soon as it's over so I can play again. User Story: I can choose whether I want to play as X or O.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment