Skip to content

Siddharth00/javascript-learner-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Projects Repository

This repository contains a collection of JavaScript projects to help you learn and practice various concepts. Each project is designed to be a standalone application, and you can explore and modify them individually.

Projects

1. Modern Digital Clock

  • Description: A simple digital clock displaying the current time. It includes features like real-time updates and a button to switch between 12-hour and 24-hour formats.
  • Files: index.html, style.css, script.js

2. Random Quotes Generator

  • Description: A web page that fetches and displays random quotes using the Quotable API. It includes a button to get a new random quote.
  • Files: index.html, style.css, script.js

3. Counter App

  • Description: A simple counter application with buttons to increment, decrement, and reset the counter value.
  • Files: index.html, style.css, script.js

4. Background Image Slider

  • Description: An interactive background image slider that smoothly transitions between images. Images are fetched randomly from Unsplash using the Unsplash Source API. Users can manually navigate through slides or enjoy an automatic slide change every 3 seconds.
  • Files: index.html, style.css, script.js

How to Use

  1. Clone the repository:

    git clone https://github.com/Siddharth00/javascript-learner-projects.git
  2. Navigate to the project folder you're interested in:

    cd javascript-projects/modern-digital-clock

    Replace "modern-digital-clock" with the name of the specific project folder you want to explore.

  3. Open the index.html file in your preferred web browser.

  4. Explore the project and make modifications to the code as needed.

Contributing

If you have ideas for additional projects or improvements to existing ones, feel free to contribute! Fork the repository, make your changes, and submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published