Loading repository dataβ¦
Loading repository dataβ¦
AjayPeter582 / repository
π A collection of 30 mini JavaScript projects to explore and enhance JS skills! From animations and calculators to interactive UI elements, each project is beginner-friendly with a live demo and clean code. This collection helps me learn JavaScript by practicing core concepts in a fun and hands-on way. π Dive in, experiment, and enjoy coding! π»οΏ½
Welcome to the 30 Mini JavaScript Projects repository! This collection showcases 30 small yet powerful JavaScript projects that enhance interactivity and creativity. Each project is designed to be beginner-friendly while demonstrating core JavaScript concepts.
MINI JAVASCRIPT PROJECTS/
βββ docs/
β βββ Images/
β β βββ codeView.html
β β βββ codeView.js
β β βββ index.html
β β βββ index.js
β β βββ projects.js
β β βββ readme.md
β β βββ style.css
βββ Projects/
β βββ Project-1-heart-animation/
β βββ Project-2-auto-text/
β βββ Project-3-mini-calendar/
β βββ Project-4-button-ripple/
β βββ Project-5-random-image/
β βββ Project-6-dark-mode/
β βββ Project-7-Testimonial-slider/
β βββ Project-8-Real-time-character-counter/
β βββ Project-9-digital-clock/
β βββ Project-10-double-landing-page/
β βββ Project-11-random-color-generator/
β βββ Project-12-Rotating-Image-Gallery/
β βββ Project-13-animated-search-bar/
β βββ Project-14-loan-calculator/
β βββ Project-15-new-year-countdown/
β βββ Project-16-pomodoro-timer/
β βββ Project-17-age-calculator/
β βββ Project-18-project-statistics/
β βββ Project-19-video-trailer-popup/
β βββ Project-20-drum-kits/
β βββ Project-21-clock/
β βββ Project-22-temperature-converter/
β βββ Project-23-BMI-calculator/
β βββ Project-24-sticky-navbar/
β βββ Project-25-random-emoji/
β βββ Project-26-tip-calculator/
β βββ Project-27-loading-bar/
β βββ Project-28-background-image-scroll-effect/
β βββ Project-29-mouse-event/
β βββ Project-30-dice-roll-simulator/
Each project folder contains:
index.html β Project's main HTML fileindex.js β JavaScript logicstyle.css β Styling fileoutput.png β output image used for card thumbmailEach project name below links to its respective folder in the GitHub repository.
| # | Project Name | Description | Link |
|---|---|---|---|
| 1 | Heart Animation | A beautiful heart trail animation when we mouse moves | View Project |
| 2 | Auto Text | Displays text letter by letter like a typing effect. | View Project |
| 3 | Mini Calendar | A simple and attractive mini calendar widget. | View Project |
| 4 | Button Ripple | Creates a ripple effect when a button is hovered. | View Project |
| 5 | Random Image | Displays a random image from a set of images. | View Project |
| 6 | Dark Mode | a button Toggles dark mode for better user experience. | View Project |
| 7 | Testimonial Slider | A slider displaying user testimonials dynamically. | View Project |
| 8 | Real-time Character Counter | Counts and displays characters in real time as you type. | View Project |
| 9 | Digital Clock | A real-time digital clock displaying hours, minutes, and seconds. | View Project |
| 10 | Double Landing Page | A creative landing page split into two different sections. | View Project |
| 11 | Random Color Generator | Generates and displays random colors with hex codes. | View Project |
git clone https://github.com/AjayPeter582/Mini-Javascript-Projects.git
index.html in your browser.Feel free to:
Fork the repo, create a branch, and submit a pull request! π
For questions or suggestions, reach out via:
π‘ Happy Coding! π
| 12 | Rotating Image Gallery | A rotating image gallery with smooth transitions. | View Project |
| 13 | Animated Search Bar | A stylish search bar with animation effects. | View Project |
| 14 | Loan Calculator | Calculates loan payments based on amount, interest, and time. | View Project |
| 15 | New Year Countdown | A countdown timer for the upcoming New Year. | View Project |
| 16 | Pomodoro Timer | A timer to enhance productivity using the Pomodoro technique. | View Project |
| 17 | Age Calculator | Calculates age based on the provided birth date. | View Project |
| 18 | Project Statistics | A profile statistics counter with animated number increments. | View Project |
| 19 | Video Trailer Popup | Opens a video trailer in a popup modal. | View Project |
| 20 | Drum Kits | A fun virtual drum kit that plays sounds on keypress. | View Project |
| 21 | Clock | A simple analog clock with moving hands. | View Project |
| 22 | Temperature Converter | Converts temperatures between Celsius, Fahrenheit, and Kelvin. | View Project |
| 23 | BMI Calculator | Calculates Body Mass Index based on height and weight. | View Project |
| 24 | Sticky Navbar | A navbar that remains fixed at the top when scrolling. | View Project |
| 25 | Random Emoji | Generates and displays a random emoji each time. | View Project |
| 26 | Tip Calculator | Calculates the tip amount based on bill and percentage. | View Project |
| 27 | Loading Bar | A smooth animated loading bar for websites. | View Project |
| 28 | Background Image Scroll Effect | Adds a smooth parallax effect to background images. | View Project |
| 29 | Mouse Event | Displays real-time mouse event data like position and clicks. | View Project |
| 30 | Dice Roll Simulator | Simulates rolling a dice and displays the result. | View Project |