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.
- Host: GitHub
- URL: https://github.com/aifrak/free-code-camp
- Owner: aifrak
- Created: 2017-06-13T20:40:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T18:57:14.000Z (over 1 year ago)
- Last Synced: 2025-01-21T07:09:00.057Z (over 1 year ago)
- Topics: free-code-camp, freecodecamp
- Language: HTML
- Homepage: https://www.freecodecamp.com/aifrak
- Size: 544 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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. |