this is me
Vineet Singh Chandel
A Frontend Developer
0%
Loading Portfolio
Vineet Singh Chandel
Frontend & Backend Developer
Scroll
Vineet Chandel
Responsive UI Developer • Backend Developer
Crafting fast, cinematic web experiences that feel smooth, intentional, and deeply polished. I focus on product impact, building interfaces that don’t just look good — they perform.
1st
Year Student
10-15
Projects
Axonic
Owner
index.html
style.css
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Animated Portfolio Card -->
<div class="portfolio-card">
    <div class="glow-effect"></div>
    <div class="card-content">
        <h2 class="glowing-text">Hello World!</h2>
        <div class="animated-box"></div>
        <button class="magic-button">Click Magic!</button>
    </div>
</div>

<!-- Typewriter Effect -->
<div class="typewriter">
    <h1 id="typewriter-text"></h1>
</div>

<!-- Particle Background -->
<div id="particle-canvas"></div>
/* Animated Portfolio Card Styles */
.portfolio-card {
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    overflow: hidden;
    animation: cardFloat 6s ease-in-out infinite;
}

.glow-effect {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, #ff6b6b, #4ecdc4, #45b7d1, transparent);
    animation: rotate 4s linear infinite;
}

.glowing-text {
    font-size: 2.5em;
    font-weight: bold;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 3s ease infinite;
}

.animated-box {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    border-radius: 12px;
    animation: float 3s ease-in-out infinite;
}

@keyframes cardFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}
// Interactive Magic Button with Particle Effects
const magicButton = document.querySelector('.magic-button');
const animatedBox = document.querySelector('.animated-box');

magicButton.addEventListener('click', function() {
    // Create magical particles
    createParticles();
    
    // Reset and enhance box animation
    animatedBox.style.animation = 'none';
    setTimeout(() => {
        animatedBox.style.animation = 'float 0.5s ease-in-out infinite';
    }, 10);
    
    // Change button text temporarily
    const originalText = magicButton.textContent;
    magicButton.textContent = 'Abracadabra!';
    setTimeout(() => {
        magicButton.textContent = originalText;
    }, 1000);
});

function createParticles() {
    for (let i = 0; i < 25; i++) {
        const particle = document.createElement('div');
        particle.className = 'particle';
        particle.style.left = Math.random() * 100 + '%';
        particle.style.animationDelay = Math.random() * 1 + 's';
        document.body.appendChild(particle);
        
        setTimeout(() => {
            particle.remove();
        }, 1000);
    }
}

// Typewriter Effect
const typewriterText = "Welcome to My Creative Space!";
const typewriterElement = document.getElementById('typewriter-text');
let charIndex = 0;

function typeWriter() {
    if (charIndex < typewriterText.length) {
        typewriterElement.textContent += typewriterText.charAt(charIndex);
        charIndex++;
        setTimeout(typeWriter, 100);
    }
}

// Initialize typewriter when page loads
document.addEventListener('DOMContentLoaded', typeWriter);

[01]

My process that
help my team to
Achieve the Goal
Deliver the soltutions,
Not the options
Book a FREE Call
Identify Core Challenges
Identifying what holds the project, I lay the foundation for impactful and result-driven strategies.
In-Depth Project Analysis
Deep insights into competitors and customers ensure every decision is backed by real-world evidence.
Human-Centered Design
Every design choice is guided by empathy, ensuring products that truly connect with their audience.
Seamless Project Delivery
Every project hand-off is built to scale, helping team achieve the goal.
[02] My areas of EXPERTISE
If you are looking for someone who will help you to build your
digital web presence than congratulations!
Web Development
Beautiful on the surface, powerful at the core — My websites combine clean design with secure, high-performance backend systems..
Innovating with AI
Innovating with AI to build faster, smarter, and scalable solutions.Transforming ideas into intelligent solutions with AI-driven innovation.
App Development
From concept to launch, we build apps with robust features, smooth navigation, and optimized performance.
App Development
From concept to launch, we build apps with robust features, smooth navigation, and optimized performance.

Vineet Singh Chandel

~ 1st Year B.Tech — B.Tech Computer Science Engineering

📍 Kanpur, Uttar Pradesh
vineetsinghchandelofficial@gmail.com
+91 9389205207

Professional Summary :

1st-year B.Tech CSE(core) student. Skilling myself in DSA(c++), Backend. Passionate about building impactful systems and seeking opportunities to contribute to real-world projects.

Education

~ B.Tech in CSE (core)ㅤ—ㅤ (2025 - 2029)
1 year student || CGPA :
~ Higher Secondary Educationㅤ—ㅤ CBSE Board (12th Grade), 2024
Percentage: 78% || JEE : Qualified
~ Secondary educationㅤ—ㅤ CBSE Board (10th Grade), 2022
Percentage: 86%
♠ Web Technologies
𒆜 HTML-CSS
𒆜 JS
𒆜 NodeJs
♠ Coding languages
𒆜 C++(DSA)
𒆜 C
𒆜 Python
♠ Libraries
𒆜 GSAP
𒆜 Tailwind
𒆜 Bootstrap
♠ Databases & Tools
𒆜 Git-GitHub
𒆜 MySQL
𒆜 MongoDB

Vineet Singh Chandel

~ 1st Year B.Tech — B.Tech Computer Science Engineering

📍 Kanpur, Uttar Pradesh
vineetsinghchandelofficial@gmail.com
+91 9389205207

Professional Summary :

1st-year B.Tech CSE(core) student. Skilling myself in DSA(c++), Backend. Passionate about building impactful systems and seeking opportunities to contribute to real-world projects.

Education

~ B.Tech in CSE (core)ㅤ—ㅤ (2025 - 2029)
1 year student || CGPA :
~ Higher Secondary Educationㅤ—ㅤ CBSE Board (12th Grade), 2024
Percentage: 78% || JEE : Qualified
~ Secondary educationㅤ—ㅤ CBSE Board (10th Grade), 2022
Percentage: 86%
Web Technologies
𒆜 HTML & CSS
𒆜 JavaScript
𒆜 NodeJs
Coding Languages
𒆜 C++(DSA)
𒆜 C
𒆜 Python
Libraries
𒆜 GSAP
𒆜 Tailwind CSS
𒆜 Bootstrap
Databases & Tools
𒆜 Git & GitHub
𒆜 MySQL
𒆜 MongoDB
About Me
Hi, I’m Vineet Singh ChandelDesigning the web with the mind of an engineer and the eye of an artist ..I am who loves turning ideas into intelligent systems. I’m deeply fascinated by how data and algorithms can shape the future of healthcare, automation, and creativity in technology.

Beyond code, I enjoy exploring design, experimenting with motion and interaction, and finding ways to blend artistic creativity with technical precision. My goal is to build solutions that not only perform — but also inspire.

I’m a 1st-year B.Tech CSE (Core) engineering student , seeking opportunities to apply my skills, learn constantly, and contribute to meaningful, impactful solutions.
Education

B.Tech in CSE (core)

Pranveer Institute of Technology

— Kanpur, Uttar Pradesh

~ 1st Year (2025 – 2029)

Higher Secondary Education (12th Grade)

Sri Ram Education Centre

— Kanpur, Uttar Pradesh

~ CBSE BOARD | Percentage : 78%

JEE Qualified

Secondary Education (10th Grade)

Sri Ram Education Centre

— Kanpur, Uttar Pradesh

~ CBSE BOARD | Percentage : 86%

Building & Animating
WEBSITES , APPS
A space dedicated to

My thoughts !!

“People think websites appear with a snap of fingers… I wish!
I’m a full-stack developer — I do the magic behind the snap.”
I’m eager to contribute to a cross-functional team
focused on the things that make technology more accessible and impactful for billions of users worldwide
[03] Featured
Projects

Built with modern tech & clean design

Guessy!

An interactive number guessing game powered by JavaScript, featuring dynamic hints, randomized outcomes, and smooth UI animations for an engaging user experience.

HTML CSS(Tailwind) JavaScript
GitHub Live

RollZone

RollZone! is a high-stakes dice game where strategy meets pure luck. The goal is simple: keep rolling to rack up points, but beware—rolling a "1" wipes your turn's progress instantly! It is a classic battle of greed versus caution where you must decide: do you bank your score to stay safe, or risk it all for the win?

HTML CSS(Tailwind) JavaScript

Frontend

Next.js React Tailwind CSS

Backend

Clerk AI Integration Database
GitHub Live
ShowWiz E-commerce Preview

ShowWiz – MERN Stack E-commerce App

ShowWiz is a full-featured MERN stack e-commerce app that lets users browse products, manage carts, and make secure payments through Paytm. It includes JWT-based authentication, admin product management, cloudinary image uploads, and a sleek, responsive UI.

MongoDB Express React Node.js
GitHub Live
Vineet Singh Chandel

Get In Touch

I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision. Let's create something amazing together!

vineetsinghchandelofficial@gmail.com
91+ 983856842
Uttar Pradesh , INDIA

Send Message

Fill out the form below and I'll respond within 24 hours.