Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soreing/freecodecamp-projects
A collection of projects for freeCodeCamp certifications
https://github.com/soreing/freecodecamp-projects
babel css freecodecamp html javascript js react webpack
Last synced: 29 days ago
JSON representation
A collection of projects for freeCodeCamp certifications
- Host: GitHub
- URL: https://github.com/soreing/freecodecamp-projects
- Owner: Soreing
- Created: 2021-12-16T06:37:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T13:10:53.000Z (about 3 years ago)
- Last Synced: 2024-10-30T14:50:42.759Z (3 months ago)
- Topics: babel, css, freecodecamp, html, javascript, js, react, webpack
- Language: JavaScript
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
A collection of project solutions required for certifications on freeCodeCamp.## Responsive Web Design ([View Certificate](https://www.freecodecamp.org/certification/fccc309361e-4709-43d2-a81c-71ebe29ac1c1/responsive-web-design))
- [Tribute Page](https://soreing.github.io/freecodecamp-projects/1_Responsive_Web_Design/1_Tribute_Page/)
- [Survey Form](https://soreing.github.io/freecodecamp-projects/1_Responsive_Web_Design/2_Survey_Form/)
- [Product Landing Page](https://soreing.github.io/freecodecamp-projects/1_Responsive_Web_Design/3_Product_Landing_Page/)
- [Technical Documentation](https://soreing.github.io/freecodecamp-projects/1_Responsive_Web_Design/4_Technical_Documentation/)
- [Personal Portfolio](https://soreing.github.io/freecodecamp-projects/1_Responsive_Web_Design/5_Portfolio/)## JavaScript Algorithms and Data Structures ([View Certificate](https://www.freecodecamp.org/certification/fccc309361e-4709-43d2-a81c-71ebe29ac1c1/javascript-algorithms-and-data-structures))
- [Palindrome Checker](https://github.com/Soreing/freecodecamp-projects/blob/main/2_JavaScript_Algorithms_and_Data_Structures/1_Palindrome_Checker.js)
- [Roman Numeral Converter](https://github.com/Soreing/freecodecamp-projects/blob/main/2_JavaScript_Algorithms_and_Data_Structures/2_Roman_Numeral_Converter.js)
- [Caesar Cipher](https://github.com/Soreing/freecodecamp-projects/blob/main/2_JavaScript_Algorithms_and_Data_Structures/3_Caesar_Cipher.js)
- [Telephone Number Validator](https://github.com/Soreing/freecodecamp-projects/blob/main/2_JavaScript_Algorithms_and_Data_Structures/4_Telephone_Number_Validator.js)
- [Cash Register](https://github.com/Soreing/freecodecamp-projects/blob/main/2_JavaScript_Algorithms_and_Data_Structures/5_Cash_Register.js)## Front End Development Libraries ([View Certificate](https://www.freecodecamp.org/certification/fccc309361e-4709-43d2-a81c-71ebe29ac1c1/front-end-development-libraries))
- [Random Quote Machine](https://soreing.github.io/freecodecamp-projects/3_Front_End_Development_Libraries/1_Quote_Machine/dist/)
- [Markdown Previewer](https://soreing.github.io/freecodecamp-projects/3_Front_End_Development_Libraries/2_Markdown_Previewer/dist/)
- [Drum Machine](https://soreing.github.io/freecodecamp-projects/3_Front_End_Development_Libraries/3_Drum_Machine/dist/)
- [JavaScript Calculator](https://soreing.github.io/freecodecamp-projects/3_Front_End_Development_Libraries/4_JavaScript_Calculator/dist/)
- [25+5 Clock](https://soreing.github.io/freecodecamp-projects/3_Front_End_Development_Libraries/5_Clock/dist/)