Mini HTML CSS JS Projects Repository
Welcome to my Mini HTML CSS JS Projects repository! This collection includes various small web projects that I created while learning and revising the basics of HTML, CSS, and JavaScript. Each project focuses on different aspects of web development and showcases my progress in understanding these technologies.
Project List
-
BlinkIt Clone FrontEnd
- Description: Landing page inspired by BlinkIt.
- Technologies: HTML, CSS.
-
Coffee Cup Animation
- Description: Animated coffee cup using only HTML and CSS, no images.
- Technologies: HTML, CSS.
-
Dummy Resume Template
- Description: Simple resume template using plain HTML and CSS inline block.
- Technologies: HTML, CSS.
-
Guess the Number Game
- Description: Simple JavaScript game to guess a random number.
- Technologies: HTML, CSS, JavaScript.
-
Iframe Sites
- Description: Displays iframes of famous educational and shopping sites. Utilizes the "iframe allow" Google extension.
- Technologies: HTML, CSS.
-
Position Changing Boxes
- Description: Boxes change position using the z-index and circular queue concept.
- Technologies: HTML, CSS.
-
Random Box Generation Site
- Description: Site that dynamically generates Random Boxes on clicking on button and only deletes them if you click the refresh button. LocalStorage concept is used so that it doesn't vanish on page reload.
- Technologies: HTML, CSS, JavaScript.
-
Stacking on Scrolling
- Description: Notification bars stack creatively on scrolling using the position and sticky properties in CSS.
- Technologies: HTML, CSS.
-
Vintage Website with HTML
- Description: Vintage-looking website using HTML and minimal inline CSS, with a focus on HTML tables for alignments.
- Technologies: HTML.
-
Wedding Card
- Description: HTML-only wedding card created for a friend, utilizing HTML forms.
- Technologies: HTML.
-
Youtube Clone FrontEnd
- Description: Landing page inspired by YouTube using HTML and CSS. No infinite scroll or API usage.
- Technologies: HTML, CSS.
Usage
Feel free to explore each project individually. Clone the repository and open the HTML files in your browser to see the projects in action.