{"id":17874018,"url":"https://github.com/bminixhofer/freecodecamp","last_synced_at":"2025-06-21T21:03:25.052Z","repository":{"id":112619122,"uuid":"120225448","full_name":"bminixhofer/freecodecamp","owner":"bminixhofer","description":"My FreeCodeCamp projects.","archived":false,"fork":false,"pushed_at":"2018-04-21T15:00:42.000Z","size":7944,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T00:12:36.375Z","etag":null,"topics":["freecodecamp","freecodecamp-backend","freecodecamp-data-visualization","freecodecamp-frontend","freecodecamp-project"],"latest_commit_sha":null,"homepage":"https://bminixhofer.github.io/freecodecamp","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bminixhofer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-04T21:36:34.000Z","updated_at":"2024-08-12T19:36:01.000Z","dependencies_parsed_at":"2023-06-09T22:00:29.844Z","dependency_job_id":null,"html_url":"https://github.com/bminixhofer/freecodecamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bminixhofer/freecodecamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bminixhofer%2Ffreecodecamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bminixhofer%2Ffreecodecamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bminixhofer%2Ffreecodecamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bminixhofer%2Ffreecodecamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bminixhofer","download_url":"https://codeload.github.com/bminixhofer/freecodecamp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bminixhofer%2Ffreecodecamp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261193088,"owners_count":23122904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["freecodecamp","freecodecamp-backend","freecodecamp-data-visualization","freecodecamp-frontend","freecodecamp-project"],"created_at":"2024-10-28T11:07:20.341Z","updated_at":"2025-06-21T21:03:20.036Z","avatar_url":"https://github.com/bminixhofer.png","language":"JavaScript","readme":"# freecodecamp\n\n[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.\n\n\u003e We’re a community that helps you learn to code, then get experience by contributing to open source projects used by nonprofits.\n\n- Frontend projects in `frontend/`.\n- Data visualization projects in `dataviz/`.\n- Backend projects in `backend/`.\n\n## Overview\n\n### Frontend\n\n- Javascript Calculator ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/calculator/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/calculator))\n- 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))\n- Personal Portfolio ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/personal-portfolio/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/personal-portfolio)) \u0026mdash; *Note: This is not my current portfolio, which is located at [bminixhofer.github.io](https://bminixhofer.github.io).*\n- Pomodoro Clock ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/pomodoro-clock/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/pomodoro-clock))\n- Random Quote Generator ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/random-quotes/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/random-quotes))\n- Simon Game ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/simon-game/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/simon-game))\n- Twitch.tv Streamer List ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/streamer-list/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/streamer-list))\n- 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))\n- Wikipedia Viewer ([Demo](https://bminixhofer.github.io/freecodecamp/frontend/wikipedia-viewer/), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/frontend/wikipedia-viewer))\n\n### Data Visualization\n\n- Bar Chart ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/barchart), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/barchart))\n- Camper Leaderboard ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/camper-leaderboard), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/camper-leaderboard))\n- Force Directed Graph ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/forcegraph), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/forcegraph))\n- 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))\n- Heatmap ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/heatmap), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/heatmap))\n- Markdown Previewer ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/markdown-previewer), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/markdown-previewer))\n- Meteorite Map ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/meteoritemap), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/meteoritemap))\n- Recipe Box ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/recipe-box), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/recipe-box))\n- Roguelike ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/roguelike), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/roguelike))\n- Scatterplot ([Demo](https://bminixhofer.github.io/freecodecamp/dataviz/scatterplot), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/dataviz/scatterplot))\n\n### Backend\n\n*Note: These projects may take some time to load because they are hosted for free at [Heroku](https://www.heroku.com).*\n\n- Voting App ([Demo](https://appvote.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/appvote))\n- File Metadata Microservice ([Demo](https://bminixhofer-file-metadata.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/file-metadata-service))\n- Header Parser Microservice ([Demo](https://bminixhofer-header-parser-ms.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/header-parser-service))\n- Image Search Microservice ([Demo](https://bminixhofer-image-search.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/image-search))\n- Nightlife Coordination App ([Demo](https://nightlifecoordination.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/nightlife-coordination))\n- Pinterest Clone ([Demo](https://fcc-simplerest.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/simplerest))\n- Stockmarket Chart ([Demo](https://stockmarket-chart.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/stockmarket-chart))\n- Timestamp Microservice ([Demo](https://bminixhofer-timestamp-ms.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/timestamp-service))\n- Book Trading App ([Demo](https://trade-books.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/trade-books))\n- URL Shortener Microservice ([Demo](https://bminixhofer-urlshortener-ms.herokuapp.com), [Code](https://github.com/bminixhofer/freecodecamp/tree/master/backend/urlshortener))\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbminixhofer%2Ffreecodecamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbminixhofer%2Ffreecodecamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbminixhofer%2Ffreecodecamp/lists"}