Skip to content

Latest commit

 

History

History
73 lines (63 loc) · 2.11 KB

File metadata and controls

73 lines (63 loc) · 2.11 KB

JavaScript Certification (FreeCodeCamp)

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.

📂 Contents (In Progress)

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/

🚀 Projects (Portfolio Highlights)

  • 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.

🛠️ Tech

  • JavaScript (ES6+)
  • HTML & CSS

📌 Notes

This repository focuses on practical implementation and problem-solving through code. New projects and exercises will be added as I progress through the certification.