This repository contains a collection of my beginner-to-intermediate level web projects built using HTML, CSS, and JavaScript. Each project focuses on practicing different frontend skills such as layout, UI components, user interaction, and logic.
๐น 1. Simple Clothes Interface
A clean clothing store layout built with HTML & CSS.
- Product grid
- Hover effects
- Responsive design
๐น 2. CSS Float Challenge
Practice layout using traditional CSS
float
andclear
.
- Side-by-side layout
- Pre-Flexbox era technique
๐น 3. Static Dashboard
A basic admin dashboard layout using HTML & CSS.
- Cards, charts placeholders
- Clean responsive design
๐น 4. Ragab Mohammed Portfolio
A personal portfolio built for Ragab Mohammed.
- About, Projects, Contact sections
๐น 5. My Personal Website
My personal landing page as a web developer.
- Hero, skills, and contact form
- Built using only HTML + CSS
๐น 6. First Web Project
My very first practice project using raw HTML & CSS.
- Basic layout, links, and structure
๐ก 7. Simple Age Calculator
Enter your birthdate and get your age in years, months, and days.
- Built with JavaScript date manipulation
๐ก 8. Calculator
A working calculator with basic math operations.
- Supports +, โ, ร, รท
- Keyboard support
๐ก 9. Weather App
Enter a city name to get current weather.
- Fetches data from weather API
- Displays temperature, humidity, and conditions
๐ก 10. XO Game (Tic Tac Toe)
Classic XO game with reset and winner detection.
- Two player game logic
- Win/draw detection
๐ก 11. JS Amazon Clone
A simple UI clone of the Amazon homepage using HTML, CSS & JS.
- Product cards
- Search bar UI
- Responsive layout
๐ก 12. JS Online Shopping
A dynamic shopping cart project with login/register logic and localStorage.
- Add/remove from cart
- Login/Logout user management
- Responsive product cards
- HTML5
- CSS3 (Flexbox, Grid, Float)
- JavaScript (DOM, Events, Fetch API)
- No libraries or frameworks
You can visit the Live Demo links, or clone the repository and open any index.html
file:
git clone https://github.com/your-username/simple-projects-html-css.git