Welcome to my collection of HTML, CSS, and JavaScript projects! This blog post provides a comprehensive overview of various projects I've created, showcasing different aspects of web development. Each project is available in its own repository, which includes all the code you'll need to explore and learn from.
Table of Contents
- Introduction
- Project Overview
- Getting Started
- Contributing
- Author
Introduction
As a web developer, I enjoy working on a variety of projects that help me refine my skills in HTML, CSS, and JavaScript. From simple calculators to more complex applications, these projects demonstrate different techniques and best practices in web development. Below, you'll find a curated list of projects, each with a link to its respective GitHub repository.
Project Overview
Here's a rundown of the projects I've worked on:
-
Abhi ki News
- A news application that aggregates and displays the latest headlines.
- View Code
-
Advice Generator
- Generates random advice to provide users with helpful tips.
- View Code
-
Age Calculator
- A tool to calculate age based on birthdate input.
- View Code
-
Analog Clock
- Displays a functional analog clock using JavaScript.
- View Code
-
Article Card
- A stylized card component to showcase articles.
- View Code
-
BMI Calculator
- Calculates Body Mass Index based on user input.
- View Code
-
Countdown Timer
- A timer that counts down to a specified date and time.
- View Code
-
Dice Roll Simulator
- Simulates rolling dice with a random number generator.
- View Code
-
Drum Kit
- A virtual drum kit that allows users to play different drum sounds.
- View Code
-
FAQ Accordion
- An accordion-style FAQ section for websites.
- View Code
-
Flip Coin
- A simple coin flip simulation.
- View Code
-
Focus on Day
- Helps users focus on daily tasks with a focused UI.
- View Code
-
Foodie Hamburger
- A stylish hamburger menu for food-related websites.
- View Code
-
Loan Calculator
- Calculates loan repayments based on user inputs.
- View Code
-
Login Form
- A basic login form with form validation.
- View Code
-
Month Calendar
- Displays a calendar for any given month.
- View Code
-
Mortgage Calculator
- Calculates mortgage payments based on various inputs.
- View Code
-
News Homepage
- A homepage layout for a news website.
- View Code
-
Newsletter Signup Form
- A form for users to subscribe to newsletters.
- View Code
-
Password Generator
- Generates secure passwords with customizable options.
- View Code
-
Pomodoro Timer
- A timer to help with productivity using the Pomodoro Technique.
- View Code
-
Profile Card
- A card component to display user profiles.
- View Code
-
QR Code Generator
- Generates QR codes based on user input.
- View Code
-
Rock Paper Scissors
- A game of Rock Paper Scissors implemented in JavaScript.
- View Code
-
Simple Calculator
- A basic calculator for performing arithmetic operations.
- View Code
-
Sneakers Ecommerce
- An e-commerce page for sneakers with product listings.
- View Code
-
Temperature Converter
- Converts temperatures between Celsius, Fahrenheit, and Kelvin.
- View Code
-
Testimonials Slider
- A slider component for displaying user testimonials.
- View Code
-
Text to Speech Generator
- Converts text input into spoken words using the Web Speech API.
- View Code
-
Tic-Tac-Toe
- A classic Tic-Tac-Toe game implemented in JavaScript.
- View Code
-
Tip Calculator
- Calculates the tip amount based on bill and tip percentage.
- View Code
32
. Todo List
- A simple to-do list application for managing tasks.
- View Code
-
Weight Converter
- Converts weights between different units.
- View Code
Getting Started
To clone and run any of these projects locally, follow these steps:
-
Clone the repository:
git clone https://github.com/abhishekgurjar-in/html-css-javascript-projects.git
-
Navigate to the project directory:
cd
-
Open the project in your browser: Open the index.html file in your browser to see the project in action.
Contributing
If you would like to contribute to any of these projects, please follow these guidelines:
- Fork the repository.
- Create a new branch for your changes.
- Commit your changes and push them to your forked repository.
- Create a pull request with a description of your changes.
Author
Abhishek Gurjar