An open API service indexing awesome lists of open source software.

https://github.com/aifrak/free-code-camp

Repository containing the completed challenges made for Free Code Camp.
https://github.com/aifrak/free-code-camp

free-code-camp freecodecamp

Last synced: 5 months ago
JSON representation

Repository containing the completed challenges made for Free Code Camp.

Awesome Lists containing this project

README

          

# Free Code Camp - Completed Challenges
---------------------------------------

Repository containing the completed challenges made for [Free Code Camp](http://www.freecodecamp.com).

Click on View or View on CodePen to see the result of a challenge.

[Profile on Free Code Camp](https://www.freecodecamp.com/aifrak "Profile").

## Challenges
| Name | Difficulty | View | View on CodePen | Comments |
|:------------:|:-------------:|:--------------:|:---------------:|:--------:|
| [Build a Tribute Page](https://www.freecodecamp.com/challenges/build-a-tribute-page) | Basic | [View](https://aifrak.github.io/free-code-camp/front-end/basic/01-tribute-page/ "Tribute Page") | [View on CodePen](https://codepen.io/aifrak/pen/xVMmPO "Tribute Page on CodePen") | Boostrap v3 |
| [Build a Personal Portfolio Webpage](https://www.freecodecamp.com/challenges/build-a-personal-portfolio-webpage) | Basic | [View](https://aifrak.github.io/free-code-camp/front-end/basic/02-portfolio/ "Portfolio") | [View on CodePen](https://codepen.io/aifrak/pen/BKgeGV "Portfolio on CodePen") | Boostrap v3, jQuery |
| [Build a Random Quote Machine](https://www.freecodecamp.com/challenges/build-a-random-quote-machine) | Intermadiate | [View](https://aifrak.github.io/free-code-camp/front-end/intermadiate/01-random-quote-machine/ "Random Quote Machine") | [View on CodePen](https://codepen.io/aifrak/pen/pbyboy "Random Quote Machine on CodePen") | Boostrap v3, jQuery, animateCss, velocityJS |
| [Show the Local Weather](https://www.freecodecamp.com/challenges/show-the-local-weather) | Intermadiate | [View](https://aifrak.github.io/free-code-camp/front-end/intermadiate/02-local-weather/ "Local Weather") | [View on CodePen](https://codepen.io/aifrak/pen/NrdXBq "Local Weather on CodePen") | Boostrap v3, jQuery, velocityJS |
| [Build a Wikipedia Viewer](https://www.freecodecamp.com/challenges/build-a-wikipedia-viewer) | Intermadiate | [View](https://aifrak.github.io/free-code-camp/front-end/intermadiate/03-wikipedia-viewer/ "Wikipedia Viewer") | [View on CodePen](https://codepen.io/aifrak/pen/aWQpzZ "Wikipedia Viewer on CodePen") | VueJS, Boostrap v3, jQuery, animateCss, velocityJS
Note: While developing the challgenge, I was also discovering VueJS and try to use it. Animations on buttons and infinite scroll are included. |