This repository contains various small projects that I have built using JavaScript. Each project demonstrates different aspects of JavaScript, HTML, and CSS.
The Flipkart Clone project is a basic e-commerce website layout mimicking the design of Flipkart's homepage. It includes a navigation bar, a search bar, and several product cards displayed in a grid. The project is styled using CSS and is responsive to different screen sizes.
index.html: The main HTML file containing the structure of the homepage.css/design.css: The main CSS file for styling the homepage.css/responsive.css: The CSS file for making the homepage responsive.css/utils.css: The CSS file containing utility classes.static/: The folder containing static assets like images.
The Clock project is a simple digital clock that displays the current time and includes a button to play a ticking sound. The time is updated every second using JavaScript, and the layout is styled using CSS.
index.html: The main HTML file containing the structure of the clock page.style.css: The CSS file for styling the clock.logic.js: The JavaScript file for the clock's functionality.ticking-clock.mp3: The audio file for the ticking sound.
- Clone the repository:
git clone https://github.com/bhavishyaPlawat/javascript-Mini-project.git
More projects will be added to this repository as I continue building small JavaScript projects. Stay tuned for more updates!
This repository is licensed under the MIT License. See the LICENSE file for more details.