This repository contains my work from the FreeCodeCamp JavaScript Certification, including exercises and projects covering core JavaScript concepts. This is an ongoing repository and will be updated as I progress through the certification.
javascript-certification/
β
βββ README.md
βββ .gitignore
β
βββ 01-variables-and-strings/ (done βοΈ)
β βββ greeting-bot/
β βββ trivia-bot/
β βββ sentence-maker/
β βββ teacher-chatbot/
β βββ string-inspector/
β βββ string-formatter/
β βββ string-transformer/
β
βββ 02-booleans-and-numbers/ (done βοΈ)
β βββ logic-checker-app/
β βββ mathbot/
β βββ fortune-teller/
β
βββ 03-functions/ (in progress)
β βββ calculator/
β βββ boolean-check/
β βββ email-masker/
β βββ loan-qualification-checker/
β βββ celsius-to-fahrenheit/
β βββ card-counting-assistant/
β βββ leap-year-calculator/
β βββ truncate-string/
β βββ confirm-ending/
β
βββ 04-arrays/ (in progress)
βββ 05-objects/ (in progress)
βββ 06-loops/ (in progress)
βββ 07-higher-order-functions/ (in progress)
βββ 08-dom-manipulation/ (in progress)
βββ 09-regex/ (in progress)
β βββ markdown-to-html/
β
βββ 10-projects/ (in progress)
β βββ markdown-to-html/
β βββ drum-machine/
β βββ voting-system/
β βββ bank-account/
β βββ weather-app/
- Markdown to HTML Converter
- Drum Machine
- Voting System
- Bank Account Management Program
- Weather App
These are the projects that showcase practical JavaScript skills, problem-solving, and real-world implementation.
- JavaScript (ES6+)
- HTML & CSS
This repository focuses on practical implementation and problem-solving through code. New projects and exercises will be added as I progress through the certification.