Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# freeCodeCamp Curriculum Work

## Intermediate Projects
### Front-End API Integration
* Random Quote Generator
* Local Weather
* Wikipedia Viewer
* Twitch.tv Status

All 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/)