Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freecodecamp/demo-projects
Example certification projects for our programming curriculum
https://github.com/freecodecamp/demo-projects
demo freecodecamp freecodecamp-project
Last synced: 5 days ago
JSON representation
Example certification projects for our programming curriculum
- Host: GitHub
- URL: https://github.com/freecodecamp/demo-projects
- Owner: freeCodeCamp
- License: bsd-3-clause
- Created: 2020-09-20T02:03:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T07:22:54.000Z (19 days ago)
- Last Synced: 2024-10-25T16:53:52.183Z (19 days ago)
- Topics: demo, freecodecamp, freecodecamp-project
- Language: JavaScript
- Homepage: https://www.freecodecamp.org/learn
- Size: 6.13 MB
- Stars: 142
- Watchers: 22
- Forks: 89
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Example Certification Projects
## Responsive Web Design
- Tribute Page
- [Project Description](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-tribute-page)
- [Example project](https://tribute-page.freecodecamp.rocks/)- Survey Form
- [Project Description](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-survey-form)
- [Example Project](https://survey-form.freecodecamp.rocks/)- Product Landing Page
- [Project Description](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-product-landing-page)
- [Example Project](https://product-landing-page.freecodecamp.rocks/)- Technical Documentation Page
- [Project Description](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-technical-documentation-page)
- [Example Project](https://technical-documentation-page.freecodecamp.rocks/)- Personal Portfolio
- [Project Description](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-personal-portfolio-webpage)
- [Example Project](https://personal-portfolio.freecodecamp.rocks/)## JavaScript Algorithms and Data Structures
- Palindrome Checker
- [Project Description](https://www.freecodecamp.org/learn/2022/javascript-algorithms-and-data-structures/palindrome-checker-project/build-a-palindrome-checker)
- [Example project](https://palindrome-checker.freecodecamp.rocks/)- Roman Numeral Converter
- [Project Description](https://www.freecodecamp.org/learn/2022/javascript-algorithms-and-data-structures/roman-numeral-converter-project/build-a-roman-numeral-converter)
- [Example Project](https://roman-numeral-converter.freecodecamp.rocks/)- Telephone Number Validator
- [Project Description](https://www.freecodecamp.org/learn/2022/javascript-algorithms-and-data-structures/telephone-number-validator-project/build-a-telephone-number-validator)
- [Example Project](https://telephone-number-validator.freecodecamp.rocks/)- Cash Register
- [Project Description](https://www.freecodecamp.org/learn/2022/javascript-algorithms-and-data-structures/cash-register-project/build-a-cash-register)
- [Example Project](https://cash-register.freecodecamp.rocks/)- Pokémon Search App
- [Project Description](https://www.freecodecamp.org/learn/2022/javascript-algorithms-and-data-structures/pokemon-search-app-project/build-a-pokemon-search-app)
- [Example Project](https://pokemon-search-app.freecodecamp.rocks/)## Data Visualization
- Bar Chart
- [Project Description](https://www.freecodecamp.org/learn/data-visualization/data-visualization-projects/visualize-data-with-a-bar-chart)
- [Example Project](https://bar-chart.freecodecamp.rocks/)- Scatterplot Graph
- [Project Description](https://www.freecodecamp.org/learn/data-visualization/data-visualization-projects/visualize-data-with-a-scatterplot-graph)
- [Example Project](https://scatterplot-graph.freecodecamp.rocks/)- Heat Map
- [Project Description](https://www.freecodecamp.org/learn/data-visualization/data-visualization-projects/visualize-data-with-a-heat-map)
- [Example Project](https://heat-map.freecodecamp.rocks/)- Choropleth Map
- [Project Description](https://www.freecodecamp.org/learn/data-visualization/data-visualization-projects/visualize-data-with-a-choropleth-map)
- [Example Project](https://choropleth-map.freecodecamp.rocks/)
- Treemap Diagram
- [Project Description](https://www.freecodecamp.org/learn/data-visualization/data-visualization-projects/visualize-data-with-a-treemap-diagram)
- [Example Project](https://treemap-diagram.freecodecamp.rocks/)## APIs and Microservices
- Timestamp
- [Project description](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/timestamp-microservice)
- [Example project](https://timestamp-microservice.freecodecamp.rocks/)- Request Header Parser
- [Project description](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice)
- [Example project](https://request-header-parser-microservice.freecodecamp.rocks/)- URL Shortener
- [Project description](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/url-shortener-microservice)
- [Example project](https://url-shortener-microservice.freecodecamp.rocks/)- Exercise Tracker
- [Project description](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/exercise-tracker)
- [Example project](https://exercise-tracker.freecodecamp.rocks/)- File Metadata
- [Project description](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/file-metadata-microservice)
- [Example project](https://file-metadata-microservice.freecodecamp.rocks/)## Quality Assurance
- Metric-Imperial Converter
- [Project description](https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-projects/metric-imperial-converter)
- [Example project](https://metric-imperial-converter.freecodecamp.rocks/)- Issue Tracker
- [Project description](https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-projects/issue-tracker)
- [Example project](https://issue-tracker.freecodecamp.rocks/)- Personal Library
- [Project description](https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-projects/personal-library)
- [Example project](https://personal-library.freecodecamp.rocks/)- Sudoku Solver
- [Project description](https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-projects/sudoku-solver)
- [Example project](https://sudoku-solver.freecodecamp.rocks/)- American British Translator
- [Project description](https://www.freecodecamp.org/learn/quality-assurance/quality-assurance-projects/american-british-translator)
- [Example project](https://american-british-translator.freecodecamp.rocks/)## Information Security
- Stock Price Checker
- [Project description](https://www.freecodecamp.org/learn/information-security/information-security-projects/stock-price-checker)
- [Example project](https://stock-price-checker.freecodecamp.rocks/)- Anonymous Message Board
- [Project description](https://www.freecodecamp.org/learn/information-security/information-security-projects/anonymous-message-board)
- [Example project](https://anonymous-message-board.freecodecamp.rocks/)- Secure Real Time Multiplayer Game
- [Project description](https://www.freecodecamp.org/learn/information-security/information-security-projects/secure-real-time-multiplayer-game)
- [Example project](https://secure-real-time-multiplayer-game.freecodecamp.rocks/)## Coding Interview Prep
- Build a Pinterest Clone
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/build-a-pinterest-clone)
- [Example project](https://build-a-pinterest-clone.freecodecamp.rocks/)- Chart the Stock Market
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/chart-the-stock-market)
- [Landing page](https://chart-the-stock-market.freecodecamp.rocks/)- Image Search Abstraction Layer
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer)
- [Landing page](https://image-search-abstraction-layer.freecodecamp.rocks/)- P2P Video Chat Application
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/p2p-video-chat-application)
- [Example project](https://p2p-video-chat-application.freecodecamp.rocks/)- Manage a Book Trading Club
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/manage-a-book-trading-club)
- [Example project](https://manage-a-book-trading-club.freecodecamp.rocks/)- Voting App
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/build-a-voting-app)
- [Landing page](https://voting-app.freecodecamp.rocks/)## APIs and Proxies
### Main Curriculum
- PokéAPI Proxy
- [Project description](https://www.freecodecamp.org/learn/2022/javascript-algorithms-and-data-structures/pokemon-search-app-project/build-a-pokemon-search-app)
- [Landing page](https://pokeapi-proxy.freecodecamp.rocks/)- Stock Price Checker Proxy
- [Project description](https://www.freecodecamp.org/learn/information-security/information-security-projects/stock-price-checker)
- [Landing page](https://stock-price-checker-proxy.freecodecamp.rocks/)### Take Home Projects
- Build a freeCodeCamp Forum Homepage Proxy
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/build-a-freecodecamp-forum-homepage)
- [Landing page](https://forum-proxy.freecodecamp.rocks/)- Show the Local Weather API Proxy
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/show-the-local-weather)
- [Landing page](https://weather-proxy.freecodecamp.rocks/)- Use the Twitch JSON API Proxy
- [Project description](https://www.freecodecamp.org/learn/coding-interview-prep/take-home-projects/use-the-twitch-json-api)
- [Landing page](https://twitch-proxy.freecodecamp.rocks/)