Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adolfopastelin/fcc-projects
Projects that were made for the FreeCodeCamp courses.
https://github.com/adolfopastelin/fcc-projects
Last synced: 9 days ago
JSON representation
Projects that were made for the FreeCodeCamp courses.
- Host: GitHub
- URL: https://github.com/adolfopastelin/fcc-projects
- Owner: AdolfoPastelin
- Created: 2021-12-27T10:55:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T08:26:00.000Z (11 months ago)
- Last Synced: 2023-12-30T09:23:33.741Z (11 months ago)
- Language: HTML
- Size: 28.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeCodeCamp Projects
Projects that were made for the FreeCodeCamp courses.
| Section | Project Name | Demo |
| :------------------------------------------ | ------------------------------ | --------------------------------------------------------------------------------------------------------- |
| Responsive Web Design | Survey Form | [Survey Form](https://fcc-survey-form-089a54.netlify.app/) |
| Responsive Web Design | Tribute Page | [Tribute Page](https://tribute-page-eeb4c5.netlify.app/) |
| Responsive Web Design | Product Landing Page | [Product Landing Page](https://product-landing-page-63df27.netlify.app/) |
| Responsive Web Design | Technical Documentation Page | [Technical Documentation Page](https://technical-documentation-page-cb8894.netlify.app/) |
| Responsive Web Design | Portfolio Webpage | [Portfolio Webpage](https://fcc-portfolio-webpage-1dc3da.netlify.app/) |
| JavaScript Algorithms And Data Structures | Palindrome Checker | [Palindrome Checker](./js-algorithms-data-structures-projects/01-palindrome-checker.js) |
| JavaScript Algorithms And Data Structures | Roman Numeral Converter | [Roman Numerals Converter](./js-algorithms-data-structures-projects/02-roman-numerals-converter.js) |
| JavaScript Algorithms And Data Structures | Caesars Cipher | [Caesars Cipher](./js-algorithms-data-structures-projects/03-caesars-cipher.js) |
| JavaScript Algorithms And Data Structures | Telephone Number Validator | [Telephone Number Validator](./js-algorithms-data-structures-projects/04-telephone-number-validator.js) |
| JavaScript Algorithms And Data Structures | Cash Register | [Cash Register](./js-algorithms-data-structures-projects/05-cash-register.js) |