Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bminixhofer/freecodecamp
My FreeCodeCamp projects.
https://github.com/bminixhofer/freecodecamp
freecodecamp freecodecamp-backend freecodecamp-data-visualization freecodecamp-frontend freecodecamp-project
Last synced: 18 days ago
JSON representation
My FreeCodeCamp projects.
- Host: GitHub
- URL: https://github.com/bminixhofer/freecodecamp
- Owner: bminixhofer
- License: mit
- Created: 2018-02-04T21:36:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T15:00:42.000Z (over 6 years ago)
- Last Synced: 2024-10-28T12:34:15.455Z (2 months ago)
- Topics: freecodecamp, freecodecamp-backend, freecodecamp-data-visualization, freecodecamp-frontend, freecodecamp-project
- Language: JavaScript
- Homepage: https://bminixhofer.github.io/freecodecamp
- Size: 7.58 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freecodecamp
[FreeCodeCamp](www.freecodecamp.com) is a software development nonprofit teaching how to code. There is a curriculum for 3 certificates taking about 400 hours of learning each. In this Repository you can find my projects for all FCC Certificates.
> We’re a community that helps you learn to code, then get experience by contributing to open source projects used by nonprofits.
- Frontend projects in `frontend/`.
- Data visualization projects in `dataviz/`.
- Backend projects in `backend/`.## Overview
### Frontend
- Javascript Calculator ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/calculator/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/calculator))
- Local Weather App ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/local-weather-map/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/local-weather-map))
- Personal Portfolio ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/personal-portfolio/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/personal-portfolio)) — *Note: This is not my current portfolio, which is located at [bminixhofer.github.io](https://bminixhofer.github.io).*
- Pomodoro Clock ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/pomodoro-clock/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/pomodoro-clock))
- Random Quote Generator ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/random-quotes/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/random-quotes))
- Simon Game ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/simon-game/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/simon-game))
- Twitch.tv Streamer List ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/streamer-list/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/streamer-list))
- Tic Tac Toe ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/tic-tac-toe/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/tic-tac-toe))
- Wikipedia Viewer ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/wikipedia-viewer/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/wikipedia-viewer))### Data Visualization
- Bar Chart ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/barchart), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/barchart))
- Camper Leaderboard ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/camper-leaderboard), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/camper-leaderboard))
- Force Directed Graph ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/forcegraph), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/forcegraph))
- Game Of Life ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/game-of-life), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/game-of-life))
- Heatmap ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/heatmap), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/heatmap))
- Markdown Previewer ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/markdown-previewer), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/markdown-previewer))
- Meteorite Map ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/meteoritemap), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/meteoritemap))
- Recipe Box ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/recipe-box), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/recipe-box))
- Roguelike ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/roguelike), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/roguelike))
- Scatterplot ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/scatterplot), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/scatterplot))### Backend
*Note: These projects may take some time to load because they are hosted for free at [Heroku](https://www.heroku.com).*
- Voting App ([Demo](https://appvote.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/appvote))
- File Metadata Microservice ([Demo](https://bminixhofer-file-metadata.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/file-metadata-service))
- Header Parser Microservice ([Demo](https://bminixhofer-header-parser-ms.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/header-parser-service))
- Image Search Microservice ([Demo](https://bminixhofer-image-search.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/image-search))
- Nightlife Coordination App ([Demo](https://nightlifecoordination.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/nightlife-coordination))
- Pinterest Clone ([Demo](https://fcc-simplerest.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/simplerest))
- Stockmarket Chart ([Demo](https://stockmarket-chart.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/stockmarket-chart))
- Timestamp Microservice ([Demo](https://bminixhofer-timestamp-ms.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/timestamp-service))
- Book Trading App ([Demo](https://trade-books.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/trade-books))
- URL Shortener Microservice ([Demo](https://bminixhofer-urlshortener-ms.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/urlshortener))