Welcome to the Project Showcase! This repository features a collection of JavaScript projects designed to showcase the versatility and power of the language. Whether you're a beginner or an experienced developer, you'll find a variety of projects to explore and learn from.
# | Project | Live Demo |
---|---|---|
01 | Analog Clock | Live Demo |
02 | Brain Training App | Live Demo |
03 | Calculator | Live Demo |
04 | Calender | Live Demo |
05 | Color Gradient Generator | Live Demo |
06 | Countdown Timer | Live Demo |
07 | Double Vertical Slider | Live Demo |
08 | Form Validation | Live Demo |
09 | Image Carousel | Live Demo |
10 | Intro Animation | Live Demo |
11 | Miles And KM Converters | Live Demo |
12 | Multi Background Changer | Live Demo |
13 | Multi Step Progress Bar | Live Demo |
14 | Piano | Live Demo |
15 | Slider | Live Demo |
16 | Sticky Navbar | Live Demo |
17 | Temperature Converter | Live Demo |
18 | Timer | Live Demo |
19 | Todo App | Live Demo |
Feel free to explore the projects by clicking on the respective live demo links.
To clone and run any of these projects locally, you'll need to follow these steps:
- Clone this repository:
git clone https://github.com/your-username/your-repository.git
- Navigate to the specific project's directory:
cd project-folder
- Open the project in your preferred code editor.
- Follow the project-specific instructions available in each project's directory to set up and run the project.
We welcome contributions from the developer community to make this repository even more comprehensive. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/my-feature
. - Open a pull request with a detailed description of the changes.
We appreciate your contributions and collaborative efforts in enhancing this project showcase.