Skip to content

bhavishyaPlawat/javascript-Mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Mini Projects

This repository contains various small projects that I have built using JavaScript. Each project demonstrates different aspects of JavaScript, HTML, and CSS.

Projects

1. Flipkart Clone

Description

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.

Files

  • 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.

2. Clock

Description

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.

Files

  • 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.

How to Use

  1. Clone the repository:
    git clone https://github.com/bhavishyaPlawat/javascript-Mini-project.git
    

Future Projects

More projects will be added to this repository as I continue building small JavaScript projects. Stay tuned for more updates!

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

Releases

No releases published

Packages

No packages published