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

https://github.com/coder36459/fcc-projects

freeCodeCamp projects
https://github.com/coder36459/fcc-projects

bash bootstrap c-sharp css d3 data-analysis html javascript matplotlib numpy pandas postgresql programming python react seaborn sql topojson xml xslt

Last synced: 3 days ago
JSON representation

freeCodeCamp projects

Awesome Lists containing this project

README

          

# freeCodeCamp projects

Below you can find simple projects which I have done to improve and practice my programming skills.

### [Foundational C# with Microsoft](https://freecodecamp.org/certification/fcc01a5d92a-8836-4fc0-bc6f-2bfa568313f6/foundational-c-sharp-with-microsoft "View certificate and exam result")

### [Responsive Web Design](https://www.freecodecamp.org/certification/fcc01a5d92a-8836-4fc0-bc6f-2bfa568313f6/responsive-web-design "View Certificate")

1. Build a Survey Form - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/001/index.html), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/001/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/001/)
2. Build a Tribute Page - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/002/index.html), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/002/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/002/)
3. Build a Technical Documentation Page - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/003/index.html), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/003/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/003/)
4. Build a Product Landing Page - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/004/index.html), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/004/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/004/)
5. Build a Personal Portfolio Webpage - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/005/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/005/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/005/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/005/)

### [JavaScript Algorithms and Data Structures](https://www.freecodecamp.org/certification/fcc01a5d92a-8836-4fc0-bc6f-2bfa568313f6/javascript-algorithms-and-data-structures-v8 "View Certificate")

6. Build a Palindrome Checker - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/006/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/006/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/006/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/006/)
7. Build a Roman Numeral Converter - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/007/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/007/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/007/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/007/)
8. Build a Telephone Number Validator - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/008/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/008/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/008/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/008/)
9. Build a Cash Register - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/009/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/009/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/009/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/009/)
10. Build a Pokémon Search App - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/010/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/010/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/010/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/010/)

### [Front End Development Libraries](https://www.freecodecamp.org/certification/fcc01a5d92a-8836-4fc0-bc6f-2bfa568313f6/front-end-development-libraries "View Certificate")

11. Build a Random Quote Machine - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/011/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/011/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/011/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/011/)
12. Build a Markdown Previewer - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/012/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/012/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/012/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/012/)
13. Build a Drum Machine - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/013/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/013/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/013/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/013/)
14. Build a JavaScript Calculator - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/014/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/014/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/014/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/014/)
15. Build a 25 + 5 Clock - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/015/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/015/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/015/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/015/)

### [Data Visualization](https://freecodecamp.org/certification/fcc01a5d92a-8836-4fc0-bc6f-2bfa568313f6/data-visualization "View Certificate")

16. Visualize Data with a Bar Chart - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/016/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/016/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/016/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/016/)
17. Visualize Data with a Scatterplot Graph - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/017/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/017/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/017/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/017/)
18. Visualize Data with a Heat Map - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/018/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/018/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/018/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/018/)
19. Visualize Data with a Choropleth Map - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/019/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/019/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/019/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/019/)
20. Visualize Data with a Treemap Diagram - View Code: [HTML](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/020/index.html), [JS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/020/script.js), [CSS](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/020/styles.css) - [View Project](https://coder36459.github.io/fcc-projects/020/)

### [Relational Database](https://freecodecamp.org/certification/fcc01a5d92a-8836-4fc0-bc6f-2bfa568313f6/relational-database-v8 "View Certificate")

21. Build a Celestial Bodies Database - View Code: [SQL](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/021/universe.sql)
22. Build a World Cup Database - View Code: [SQL](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/022/worldcup.sql), [SH](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/022/insert_data.sh), [SH](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/022/queries.sh)
23. Build a Salon Appointment Scheduler - View Code: [SQL](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/023/salon.sql), [SH](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/023/salon.sh)
24. Build a Periodic Table Database - View Code: [SQL](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/024/periodic_table.sql), [SH](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/024/element.sh)
25. Build a Number Guessing Game - View Code: [SQL](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/025/number_guess.sql), [SH](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/025/number_guess.sh)

### [Scientific Computing with Python](https://freecodecamp.org/certification/fcc01a5d92a-8836-4fc0-bc6f-2bfa568313f6/scientific-computing-with-python-v7 "View Certificate")

26. Build an Arithmetic Formatter - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/026/arithmetic-formatter.py)
27. Build a Time Calculator - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/027/time-calculator.py)
28. Build a Budget App - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/028/budget-app.py)
29. Build a Polygon Area Calculator - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/029/polygon-area-calculator.py)
30. Build a Probability Calculator - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/f0e8052026374d74099531a2cbeb73bf23b12c5e/030/probability-calculator.py)

### [Data Analysis with Python](https://freecodecamp.org/certification/fcc01a5d92a-8836-4fc0-bc6f-2bfa568313f6/data-analysis-with-python-v7 "View Certificate")

31. Mean-Variance-Standard Deviation Calculator - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/dc20ea3d614145b2267dc26efdd54047c92d3f0b/031/mean_var_std.py)
32. Demographic Data Analyzer - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/d08608718df0f5689cd03c097316892c6e6a7bd2/032/demographic_data_analyzer.py)
33. Medical Data Visualizer - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/2c15378648a8ddb401fb0be74cf5ffdf49760b92/033/medical_data_visualizer.py)
34. Page View Time Series Visualizer - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/24c63e9deb0f102c482ce2b99e916fe1e953cf02/034/time_series_visualizer.py)
35. Sea Level Predictor - View Code: [PY](https://github.com/coder36459/fcc-projects/blob/203b5a686d89cd8b1c518d0836d37b72d042668e/035/sea_level_predictor.py)

You can find more projects on my [GitHub](https://github.com/coder36459). If you want to find out more about me, take a look on [LinkedIn](https://www.linkedin.com/in/maciej-browarski).