Skip to content

Latest commit

 

History

History
155 lines (129 loc) · 7.6 KB

README.md

File metadata and controls

155 lines (129 loc) · 7.6 KB

Freecodecamp Projects

This repo contain the entirety of the projects I've been making for the Freecodecamp certificatications acquisition. They are organised in folders corresponding to the certification they have been made for. Some of the projects will be present in multiple certifications as they were made for legacy ones. It is possble that there will be multiple versions of a project, each version trying to achieve a specific aim like:

  • Own fastest way to write a project
  • Shortest amount of lines (with proper linting)
  • Most readable code
  • Most efficient code
  • ... and so on

The list of project listed in that README file will give you a live version of its first version (either codepen.io, repl.it, glitch.com)

Summary

Current certifications

Last update: 08/08/2020

Web Development

Responsive Web Design

JavaScript Algorithms and Data Structures

  • Palindrome Checker: (available on github folder only)
  • Roman Numeral Converter: (available on github folder only)
  • Caesars Cipher: (available on github folder only)
  • Telephone Number Validator: (available on github folder only)
  • Cash Register: (available on github folder only)

Front End Libraries

Data Visualization

APIs and Microservices

  • Timestamp Microservice:
  • Request Header Parser Microservice:
  • URL Shortener Microservice:
  • Exercise Tracker:
  • File Metadata Microservice:

Quality Assurance

  • Metric-Imperial Converter:
  • Issue Tracker: -First submision: glitch.com
  • Personal Library:
  • Sudoku Solver (in progress)
  • American British Translator (in progress)

Python

Scientific Computing with Python

  • Arithmetic Formatter:
  • Time Calculator:
  • Budget App:
  • Polygon Area Calculator:
  • Probability Calculator:

Data Analysis with Python

  • Mean-Variance-Standard Deviation Calculator:
  • Demographic Data Visualizer:
  • Medical Data Visualizer:
  • Page View Time Series Visualizer:
  • Sea Level Predictor:

Information Security

  • Stock Price Checker:
  • Anonymous Message Board:
  • Port Scanner:
  • SHA-1 Password Checker:
  • Secure Real Time Multiplayer Game (in progress)

Machine Learning with Python (in progress)

  • Rock Paper Scissors (in progress)
  • Cat and Dog Image Classifier (in progress)
  • Book Recommendation Engine using KNN (in progress)
  • Linear Regression Health Costs Calculator (in progress)
  • Neural Network SMS Text Classifier (in progress)