This repository tracks my progress through The Odin Project curriculum. It serves as a centralized location for all my exercises, projects, and learning materials.
This repository is a collection of my solutions to the assignments and projects provided by The Odin Project. It reflects my journey in learning web development, covering topics from HTML and CSS to JavaScript and beyond.
The intermediate-html-css folder contains projects related to the Intermediate HTML & CSS course, such as:
- Form Advance: An advanced form implementation with validation.
The intermediate-html-css/4-grid folder contains projects focused on CSS Grid Layout:
- Magazine: A magazine-style layout using grid areas.
- Player Grid: A responsive grid layout for displaying items.
- Navbar: A navigation bar implementation using grid/flexbox.
The intermediate-html-css/5-finalProject folder contains the course capstone:
- Admin Dashboard: A complete dashboard layout with sidebar, header, and grid content.
The JavaScript folder contains projects related to the JavaScript course, such as:
- Library: A simple library application to track books.
- Tic-Tac-Toe: A browser game built using the Module Pattern and Factory Functions.
- Track learning progress.
- Practice git workflow.
- Showcase completed projects.