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.
- 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
- 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
- Description: A simple counter application with buttons to increment, decrement, and reset the counter value.
- Files: index.html, style.css, script.js
- 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
-
Clone the repository:
git clone https://github.com/Siddharth00/javascript-learner-projects.git
-
Navigate to the project folder you're interested in:
cd javascript-projects/modern-digital-clockReplace "modern-digital-clock" with the name of the specific project folder you want to explore.
-
Open the
index.htmlfile in your preferred web browser. -
Explore the project and make modifications to the code as needed.
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.