https://github.com/frarosset/freecodecamp
This repository contains the source code related to the FreeCodeCamp projects.
https://github.com/frarosset/freecodecamp
Last synced: about 1 month ago
JSON representation
This repository contains the source code related to the FreeCodeCamp projects.
- Host: GitHub
- URL: https://github.com/frarosset/freecodecamp
- Owner: frarosset
- Created: 2023-09-23T12:08:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T12:49:28.000Z (over 1 year ago)
- Last Synced: 2025-01-28T02:42:02.517Z (3 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freecodecamp
This repository contains the source code releated to the [FreeCodeCamp](https://www.freecodecamp.org/) projects that I have built so far.---
## Responsive Web Design Certification
This part focus on the languages used to build webpages:
* HTML (*Hypertext Markup Language*), for content;
* CSS (*Cascading Style Sheets*), for design.> See [here](https://www.freecodecamp.org/learn/2022/responsive-web-design/) for more details.
The certification projects are reported next.
1. ***Survey Form***
This is a basic survey form created with simple HTML and CSS.
See the [dedicated repository](https://github.com/frarosset/fcc-survey-form).*[To be done...]*
## JavaScript Algorithms and Data Structures
This part focus on the fundamentals of JavaScript.> See [here](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/) for more details.
The certification projects are reported next.
*[Code to be uploaded...]*
1. ***Palindrome Checker***
2. ***Roman Numeral Converter***
3. ***Caesars Cipher***
4. ***Telephone Number Validator***
5. ***Cash Register***