Skip to content

Instantly share code, notes, and snippets.

@QuincyLarson
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save QuincyLarson/45b2854efb0848dd3fb6 to your computer and use it in GitHub Desktop.

Select an option

Save QuincyLarson/45b2854efb0848dd3fb6 to your computer and use it in GitHub Desktop.
###Zipline Challenge Ideas###
We have a Trello board for this here: https://trello.com/b/oNrPhmI4/bonfires-ziplines-basejumps
Zipline challenges involve building simple single-page applications using tools like Bootstrap, jQuery and public APIs in CodePen. These challenges will be reviewed by a human (rather than automatically like the bonfires).
These Front End Challenges shouldn't require a database (if the APIs you want to use require keys, Free Code Camp can create an API endpoint for you so you don't have to put they key itself on CodePen).
Agreed upon challenge ideas:
- Pomodoro Clock (http://codepen.io/sevilayha/pen/zbnhm)
- Custom Tweet Stream Viewer (http://codepen.io/nakome/pen/wbyhd)
- Wikipedia Viewer (http://codepen.io/hugolpz/pen/ByoKOK)
- D3 GDP Visualization (https://www.quandl.com/api/v1/datasets/FRED/GDP.json)
- Twitch Channel Broadcasting Checker (DONE!)
- Local Weather widget (DONE!)
- Trello card visualizer (DONE!)
- Simple JS calculator (DONE!)
- Random Quote Button (DONE!)
- Tic Tac Toe game (DONE!)
@AdventureBear

Copy link
Copy Markdown

simple JS calculator

@ThiagoFerreir4

Copy link
Copy Markdown

have a front end competition...with prizes for the top 10...

@aldraco

aldraco commented Mar 14, 2015

Copy link
Copy Markdown

Local Weather widgets.

@gans220

gans220 commented Mar 15, 2015

Copy link
Copy Markdown

Bookmark viewer.

ghost commented Mar 20, 2015

Copy link
Copy Markdown

Do some page layout challenges.

@Jared314

Copy link
Copy Markdown

What about something business like?

  • Secret Santa coordination app
  • Business document storage with versioning (and permissions?)
  • Build server status notifier
  • Visitor check-in app

@kritzcreek

Copy link
Copy Markdown

Realtime collaboration on simple text files via WebSockets.

@QuincyLarson

Copy link
Copy Markdown
Author

GDP data: make a simple timeline that shows a green square in the quarters where US GDP increased and a red square in quarters where it decreased. https://www.quandl.com/api/v1/datasets/FRED/GDP.json

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