Skip to content

Vijay8143/webdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 WebDev Projects

This repository contains mini web development projects to practice and showcase HTML, CSS, and JavaScript skills.


πŸ“ Projects

🎡 SPOTIFY-PLAYLIST-CLONE

A responsive Spotify UI clone built with HTML, CSS, and JavaScript.

πŸ—“οΈ Timetable Generator

A simple static timetable layout using HTML and CSS.

β™ŸοΈ Chessboard

A basic chessboard built using CSS Grid layout.

πŸ“ Application Form

An HTML form project with basic styling and structure.

🎨 Animation-Showcase

A dedicated project to demonstrate two types of hover animations:

  • ease-in transform-based scaling
  • left-to-right background color filling using ::before

This project includes both animations, with the ability to comment/uncomment CSS blocks to toggle between effects and understand their behavior. It's ideal for animation learning and comparison.


🌈 Animations Used

πŸŒ€ Ease-In Animation:

Elements use ease-in timing to create a smooth, natural starting motion for transforms and background color changes.

transition: all 0.4s ease-in;
transform: scale(1.05);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published