🚀 Built a Business Name Generator using HTML, CSS & JavaScript I recently created a simple and interactive Business Name Generator Web App that generates creative brand names with one click. It also allows users to copy the name and download it as a logo image. ✨ Features: • Random business name generation • Smooth text animation effect • Copy to clipboard • Download as PNG logo using Canvas • Clean responsive UI 🛠 Tech Stack: HTML | CSS | JavaScript | Canvas API This project helped me practice DOM manipulation, animations, and canvas image generation in JavaScript. #JavaScript #WebDevelopment #FrontendDeveloper #100DaysOfCode #CodingProjects
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
-
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
-
Built a rotating carousel using pure CSS transforms to showcase dynamic blog content. No heavy libraries, just clean and efficient code. Key features: 8 blog cards rotating in a 3D circle Dynamic data fetching for real-time updates Smooth 32-second continuous rotation animation Hover-to-pause interaction for easy reading Blueprint grid background for a technical aesthetic Tech stack: HTML5, CSS3, JavaScript Shout out to @Lun Dev Code for the design inspiration. Looking to collaborate on similar projects? Let's connect! 👇 #WebDesign #FrontendDev #CSSAnimation #TechDesign #WebDevelopment
To view or add a comment, sign in
-
Beyond Static UI: Bridging the Gap Between Motion and Code 🤖 I’ve always believed that the best user experiences are the ones that feel alive. I recently built this Interactive Robot Movement Card to practice complex CSS animations triggered by JavaScript logic. Technical Highlights: Dynamic State Management: Implemented a theme-switcher that updates the entire UI color palette (Yellow, Green, Blue, Red) instantly via JS. Animation Control: Used JavaScript to pause and restart CSS keyframe animations, giving the user full control over the element's behavior. Responsive Design: Ensured the card layout remains fluid and accessible across different screen sizes. #html5 #CSS3 #react #JavaScript #frontendevloper #webdeveloper #webdevelopment #Uidesign Karthik Amarakanti Chandan Akash Deshmukh KUMALE ALI BHAT Aravind Reddy
To view or add a comment, sign in
-
Just shipped my latest project — an interactive 3D web experience built from scratch!(not capaitable for phones for now) I built a scroll-driven 3D dog animation inspired by the Dogstudio creative studio. Here's what's happening under the hood: 🎨 A fully animated 3D model rendered in the browser using Three.js and React Three Fiber 📜 Scroll-triggered animations powered by GSAP ScrollTrigger — the dog moves, rotates, and repositions as you scroll ✨ A custom GLSL shader that blends between 20 different matcap textures with a smooth transition effect on hover 🖼️ CSS-only background image swaps using the modern :has() selector — zero JavaScript needed for that part What I learned building this: This project pushed me deep into the world of creative web development — where 3D graphics, animation, and the browser all have to work together seamlessly. I got comfortable with how WebGL and React can coexist, how to think about layering and rendering order when mixing canvas with regular DOM elements, and how to write shaders to go beyond what built-in materials offer. Deploying it also taught me a lot about how build tools and hosting platforms work under the hood. Every bug was frustrating in the moment but ended up being one of the best learning experiences. The biggest takeaway? Real learning happens when things break. 😅 here is my gitub repo and link to the project: 🔗 Live demo: https://lnkd.in/gh9qzKDK 💻 GitHub: https://lnkd.in/g8ahnyYu #WebDev #ThreeJS #React #GSAP #CreativeCoding #Frontend #JavaScript #WebGL
To view or add a comment, sign in
-
#Hello_Connections Task10 - Calendar Wheel Built an interactive Calendar Wheel using HTML, CSS, and JavaScript that visually displays all 12 months in a rotating circular wheel. The wheel spins automatically and stops on March, highlighting it with a glowing effect. When the user clicks on March, a calendar view for the month appears, and selecting 8th March reveals a special festival message “Happy Rang Panchami.” What I Focused On: • Creating a circular layout using CSS transforms • CSS animations for rotating the calendar wheel • DOM manipulation with JavaScript • Event handling for user interaction • Dynamic calendar generation using loops Key Features: • Rotating circular month wheel animation • Automatic stop on the month of March • Glow effect highlighting the selected month • Dynamic generation of calendar days • Special highlight for festival date (8th March) • Interactive UI with animations Challenges: Positioning all 12 months evenly in a circular layout and controlling the animation so the wheel stops exactly on March. How I Solved It: Used CSS rotate and translate transformations to position months in a circle and applied JavaScript timing functions to stop the animation and trigger interactive events. This project helped me improve my understanding of CSS animations, JavaScript event handling, and creating interactive UI components. Code Of School –Avinash Gour | Ritendra Gour #FrontendDevelopment #HTML #CSS #JavaScript #WebDevelopment #UIAnimation 🚀
To view or add a comment, sign in
-
This JavaScript Subscriber Counter Will Blow Your Mind #tutorial #shorts In this project, we build a fun subscriber counter animation using HTML, Tailwind CSS, and JavaScript. The counter starts at a number and automatically increments until it reaches 10,000. Once the milestone is hit, the text changes style and displays a celebratory message. This short tutorial demonstrates DOM manipulation, setInterval, and dynamic styling, making it perfect for beginners who want to learn how to create interactive counters and milestone animations. Features - Automatic counter animation using setInterval. - Dynamic milestone detection (stops at 10,000). - DOM manipulation to update text in real time. - Tailwind CSS styling for modern design. - Celebratory message with style changes when the milestone is reached. - Beginner‑friendly code with minimal setup. Connect with me YouTube: https://lnkd.in/gAtk9suf LinkedIn: https://lnkd.in/gu-ZN9dB Facebook: https://lnkd.in/gsV-S_sh Instagram: https://lnkd.in/gEUR34hP TikTok: https://lnkd.in/gQvUEgSq GitHub: https://lnkd.in/gTcg6vFt Subscribe for more creative coding demos, Canvas tutorials, and short projects optimized for social platforms 🚀 #javascript #html #tailwindcss #coding #shorts #webdevelopment #frontend #dom #codingforbeginners #learnjavascript #interactiveui #frontendproject #htmlcssjavascript #codingtutorial #simpleprojects #jsbasics #counter #creativecoding #webdesign #dynamicui #webdevproject
To view or add a comment, sign in
-
A few years ago, adding animations to apps meant one of three things: ❌ Heavy GIF files ❌ Complicated CSS animations ❌ Or skipping motion entirely Then designers and developers found a middle ground. Lottie changed the workflow. Designers create motion once. Developers import it like a component. Users experience smoother, more modern interfaces. This is one of those small tools that quietly makes apps feel 10x more polished. Have you used Lottie animations before or do you still rely on CSS/GIF animations? Drop your experience below 👇 #WebDevelopment #FrontendDev #NextJS #UIUX #STEM #TechEducation #JavaScript
To view or add a comment, sign in
-
🔥 Glowing Animated Login Form using HTML & CSS 😎☠️ Clean. Responsive. Modern. Built using: ✔ HTML – Structure ✔ CSS – Animation & styling ✔ Hover effects – Smooth glowing border This login form includes: ✨ Animated glowing border ✨ Smooth input focus effects ✨ Responsive layout ✨ Modern dark UI design No JavaScript needed. Just powerful CSS. Frontend development isn’t just about functionality — it’s about creating experiences users enjoy interacting with. Small UI details = Big visual impact. 💬 Comment “LOGIN” if you want the source code 📌 Save this if you're learning frontend development #HTML #CSS #FrontendDevelopment #WebDesign #ResponsiveDesign #CodingProjects #UIAnimation
To view or add a comment, sign in
-
99% of web developers don't know they can do this with css 🎬 Today's effect is one of my favorites, rich of motion and colors, perfect instrument, for catching the focus with style. I will use Decodela to create it because I like to use DevTools for edit, also, conventional css animations are hard to maintain and sync for that number of elements. In Decodela I just design keyframes, while the javascript engine handles the transitions, letting me focus on the preview. The result code is set of the html states, not conventional css animation, but html and css is all I need to create, and I'm able to post it directly online. Check the result: https://lnkd.in/dq4ESCuM
To view or add a comment, sign in
More from this author
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