I built a real-time audio visualizer using Vanilla JS and HTML5 Canvas. The app performs real-time frequency analysis to create responsive animations that pulse and dance to your local audio files. From "Classic Bars" to "Radial Rings," it’s been a fun journey exploring how to bridge the gap between audio processing and visual art. Tech Stack: JavaScript, HTML5 Canvas, Web Audio API. github- https://lnkd.in/gqxFkgxA live- https://lnkd.in/g3YpQE2h #Programming #CreativeCoding #JS #WebDev #Portfolio
More Relevant Posts
-
Build a Stunning Credit Card From UI with HTML CSS and JavaScript 💳 Learn how to create a modern animated credit card payment form using HTML, CSS, and JavaScript. This frontend project includes a 3D flipping credit card, live card number preview, CVV animation, glassmorphism UI, and smooth micro-interactions. Perfect for web developers, beginners learning frontend, and UI design inspiration. If you enjoy coding projects, JavaScript UI effects, and creative web design, this example shows how to build a realistic payment card interface step by step. #webdevelopment #htmlcss #javascript #frontend #coding Credit by Muhammad Hasnain Follow for more content
To view or add a comment, sign in
-
Most people scroll the web. Developers try to understand how it moves. Today I built this animation using the HTML5 Canvas API and JavaScript. At first, Canvas feels confusing coordinates, animation loops, physics logic. But once you understand how the render → update → draw cycle works, you realize you can create almost anything. This small experiment helped me understand: • How objects move using velocity and gravity • How the animation loop works with requestAnimationFrame() • How Canvas redraws frames to create smooth motion • How simple math can create beautiful visual effects The best part? It’s just HTML + JavaScript + curiosity. I’m trying to build something small every day to improve my frontend and creative coding skills. Consistency > Motivation. Devendra Dhote Sarthak Sharma Sheryians Coding School #JavaScript #HTMLCanvas #CreativeCoding #WebDevelopment #FrontendDevelopment #BuildInPublic
To view or add a comment, sign in
-
🎹 Code That Makes Music — Virtual Piano Built with JavaScript Just built a Virtual Piano where every key press triggers a musical note — turning simple code into an interactive sound experience. The idea behind this project was to explore how keyboard events, DOM interaction, and audio control can work together to create something both functional and fun. Instead of a static UI, this project responds instantly to user input, making the browser behave like a real instrument. What I focused on while building it: • Detecting keyboard inputs using JavaScript • Mapping keys to specific piano sounds • Real-time DOM interaction for visual feedback • Creating a smooth and responsive playing experience • Structuring the layout with clean HTML and styled components Projects like this remind me that frontend development isn’t just about layouts or buttons. It can also create interactive experiences that users can actually play with. From clicks… to sounds… to real interaction. Mantor: Sheryians Coding School | Sarthak Sharma | Harsh Vandana Sharma | Ankur Prajapati 🧠 Tech Stack: HTML | CSS | SCSS | JavaScript (DOM) #JavaScript #FrontendDevelopment #DOM #WebDevelopment #InteractiveUI #CreativeCoding #HTML #CSS #SCSS #BuildInPublic #DeveloperJourney
To view or add a comment, sign in
-
🚀 Just Built an Interactive Image Editor using JavaScript & Canvas API! Excited to share my latest project where I explored real-time image processing directly in the browser. I implemented features like brightness, contrast, blur, grayscale, and custom presets like vintage, drama, and cyberpunk 🎨 🔧 What I used: • HTML, CSS, JavaScript • Canvas API for image manipulation • Dynamic sliders & preset system 🧠 What I learned: • How Canvas rendering works • Applying multiple filters dynamically • Handling image uploads & real-time updates • Improving UI/UX with presets 🌐 Live Demo (Vercel):https://lnkd.in/duafXkRB 💻 GitHub Repo:https://lnkd.in/djensb-R Would love your feedback! 🙌 Sheryians Coding School Sheryians Coding School Community Sarthak Sharma Ankur Prajapati Ritik Rajput Devendra Dhote #WebDevelopment #JavaScript #Frontend #Projects #Learning #BuildInPublic
To view or add a comment, sign in
-
CSS conic gradients. Custom properties. Zero JavaScript. I built a login page where the border rotates continuously—on hover, the card expands smoothly and the form appears. The animation runs entirely on CSS, no frameworks, no scripts. The effect relies on a custom property '--a' animated from 0deg to 360deg, applied to two overlapping 'repeating-conic-gradient' layers. On hover, the inner container transitions inset values, giving the illusion of a seamless reveal. Every detail gradient angle, transition curve, inset shift—was tuned to feel intentional, not just decorative. Video of the interaction is attached. GitHub: https://lnkd.in/g9cZXF8F If you were to push a CSS property to its limit, which one would you choose and why? #CSS #FrontendDevelopment #WebDesign #HTMLCSS #CreativeCoding #WebDevelopment #Coding #Developer
To view or add a comment, sign in
-
🚀 Project Showcase: Tic Tac Toe Game using HTML, CSS & JavaScript Excited to share one of my recent mini-projects – a Tic Tac Toe Game built using HTML, CSS, and JavaScript! 🎮 This project helped me strengthen my understanding of DOM manipulation, game logic, and responsive UI design. 🔹 Key Features: Interactive 2-player gameplay Dynamic win detection logic Clean and responsive user interface Reset game functionality 🔹 Technologies Used: HTML – Structure of the game board CSS – Styling and layout JavaScript – Game logic and interactivity Building this project was a great way to practice JavaScript fundamentals and problem-solving skills while creating something fun and interactive. Looking forward to building more projects and continuously improving my development skills! 💻✨ Check my GitHub repo : 🔗 https://lnkd.in/gCz98WpX Day 5 of #100DaysOfCode #WebDevelopment #JavaScript #HTML #CSS #FrontendDevelopment #CodingProjects #LearningJourney
To view or add a comment, sign in
-
🚀 Built a Fully Functional Connect 4 Game using HTML, CSS & JavaScript! Excited to share my latest frontend project — a classic Connect 4 game developed completely from scratch 🎯 🔹 Tech Stack: • HTML – Structured the game board • CSS – Designed a clean and responsive UI • JavaScript – Implemented game logic & interactions 🔹 Key Features: ✔️ Two-player gameplay (Yellow vs Orange) ✔️ Smart piece drop (auto-falls to lowest empty slot) ✔️ Win detection: • Horizontal • Vertical • Diagonal & Anti-diagonal ✔️ Real-time turn updates ✔️ Clean and bug-free interaction This project helped me strengthen my understanding of DOM manipulation, event handling, and game logic design. Looking forward to adding more features like AI opponent, animations, and mobile responsiveness 🚀 💡 Feedback and suggestions are always welcome! #WebDevelopment #JavaScript #FrontendDevelopment #Projects #Coding #HTML #CSS #GameDevelopment #InternPe
To view or add a comment, sign in
-
Day 5 of #Javascript30 Today’s implementation: Interactive Flex Panels UI Today’s learning experience was different from the previous days — instead of only writing JavaScript logic, I explored how JavaScript + CSS transitions + Flexbox work together to create interactive UI animations. In this, I built an expanding panel layout where panels smoothly grow and reveal text when clicked. Here’s what I learned today: - I understood the difference between the toggle() and add() while implementing the panel transitions. - How "transitionend" events help trigger animations only after another animation completes. - How ::before and ::after pseudo-elements work and why they are included in layout resets. - Most importantly, how cubic-bezier() timing functions control the personality of animations instead of just their duration What I liked most about today’s practice is how small pieces of CSS and JavaScript combine to create a smooth user interaction experience. It made me realize that frontend development is not just styling — it’s about controlling motion and behavior. Excited to continue the journey. #JavaScript30 #WebDevelopment #FrontendDevelopment #JavaScript #CSS #Flexbox
To view or add a comment, sign in
-
#Hello #Connections 👋 #100DaysOfCodeChallenge | #Day42 🚀 Project: Netflix Clone UI 📌 What I built Today I created a modern Netflix Clone UI that replicates the look and feel of the Netflix landing page. It includes a hero section with a dark overlay, a stylish header, and a trending movies section with hover effects for a better user experience. 🛠 Technologies Used HTML5 CSS3 (Flexbox, Gradients, Pseudo-elements, Hover Effects) ⚠ Challenge I faced Creating the curved section divider and maintaining proper spacing/layout while keeping the design visually clean. ✅ How I solved it Used CSS pseudo-elements (::before) with border-radius and positioning to create the curved effect, and carefully adjusted layout spacing using Flexbox. 🌐 Live Demo: https://lnkd.in/dhBtauHH 💬 Open to feedback and suggestions 🚀 🙏 Code Of School Avinash Gour | Ritendra Gour #FrontendDeveloper #HTML5 #CSS3 #WebDevelopment #100DaysOfCode #DeveloperJourney #UIClone
To view or add a comment, sign in
-
🚀 Exploring Anime.js Tried working with Anime.js, a lightweight JavaScript library for creating smooth and interactive web animations — and honestly, it felt really interesting to use. 🔹 Highlights: ✔ Smooth and flexible animations ✔ Easy to integrate with JavaScript ✔ Makes UI more interactive and engaging It’s always exciting to explore tools that make web development more creative and fun. 💡 Building and sharing as I go! #JavaScript #AnimeJS #WebDevelopment #Frontend #CodingJourney #Learning
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development