An open API service indexing awesome lists of open source software.

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.

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***