Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dormanator/freecodecamp
A collection of the algorithm challenges and front-end projects that consume public APIs I created as part of the freeCodeCamp curriculum. View the projects at the provided link.
https://github.com/dormanator/freecodecamp
algorithms css freecodecamp html javascript jquery
Last synced: about 2 months ago
JSON representation
A collection of the algorithm challenges and front-end projects that consume public APIs I created as part of the freeCodeCamp curriculum. View the projects at the provided link.
- Host: GitHub
- URL: https://github.com/dormanator/freecodecamp
- Owner: Dormanator
- Created: 2017-11-30T00:24:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T19:51:21.000Z (over 6 years ago)
- Last Synced: 2024-04-17T01:54:54.598Z (9 months ago)
- Topics: algorithms, css, freecodecamp, html, javascript, jquery
- Language: JavaScript
- Homepage: https://dormanator.github.io/freeCodeCamp/
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# freeCodeCamp Curriculum Work
## Intermediate Projects
### Front-End API Integration
* Random Quote Generator
* Local Weather
* Wikipedia Viewer
* Twitch.tv StatusAll intermediate projects listed above were compiled into the Intermediate Project Site, which can be found [here](https://dormanator.github.io/freeCodeCamp/).
For each project, I aimed to use a different method for my AJAX API calls (e.g., JSONP, jQuery, promises, & async/await).
## Advanced Projects
### Front-End JavaScript Challenges
* [Colorful Calculator](https://dormanator.github.io/colorful-calculator/)
* [Pomodoro-Clock](https://dormanator.github.io/pomodoro-clock/)