Skip to content

A collection of beginner-friendly HTML and CSS projects built to practice and demonstrate core front-end development skills. Each project focuses on layout, styling, and responsive design using only HTML and CSS.

Notifications You must be signed in to change notification settings

EbrahimMahrous/html-css-javaScript-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 

Repository files navigation

๐Ÿงฉ Simple Frontend Projects Collection

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.


๐Ÿ“ Projects Overview

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 and clear.

  • 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

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

๐Ÿงฎ JavaScript Interactive Projects

๐ŸŸก 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

๐Ÿ› ๏ธ Technologies Used

  • HTML5
  • CSS3 (Flexbox, Grid, Float)
  • JavaScript (DOM, Events, Fetch API)
  • No libraries or frameworks

๐Ÿš€ How to Run

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

About

A collection of beginner-friendly HTML and CSS projects built to practice and demonstrate core front-end development skills. Each project focuses on layout, styling, and responsive design using only HTML and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published