This is my personal portfolio website built to showcase my skills, projects, and experience as a developer.
It acts as a central hub where recruiters, collaborators, and peers can:
- Learn more about me 👨💻
- Explore my work 📂
- View my skills 🛠️
- Get in touch 📬
Here is a glimpse of some of my highlighted projects available in the portfolio reel.
🤖 Interactive Chat Bot |
🎮 Real-Time Tic Tac Toe |
📰 Khabri News Web |
🧮 Web Calculator |
Frontend & Animation:
- React
- Tailwind CSS
- GSAP
- React PDF
Backend:
- Python
- Python-Flask
- Flask-Mail
Tools:
- Git & GitHub
- Axios
@react-pdf/renderer(Dynamic Resumes)- Vercel
- 📱 Fully responsive design adapting across mobile and desktop.
- 🎨 Modern and clean UI focused on frosted glass and deep gradients.
- ⚡ Fast performance strictly optimizing component loads.
- 📂 Project showcase section featuring smooth horizontal scroll GSAP carousels.
- 🧠 Skills section laying out core competencies.
- 📄 Resume integration handling native iframe display and mobile graceful degradation.
- 📬 Live Contact section firing real backend payloads.
Portfolio/
├── Backend/
│ ├── app.py // Main Flask app
│ ├── .env // All Environment Variables
│ ├── .gitignore // All Git Ignored Files
│ ├── .env.example // Example of Environment Variables
│ ├── index.py // Entry point for the Flask app
│ ├── wsgi.py // WSGI entry point for the Flask app
│ ├── vercel.json // Vercel configuration for the Flask app
│ └── requirements.txt // All Python Dependencies
├── Frontend/
│ ├── public/
│ │ └── ICON.png
│ ├── src/
│ │ ├── assets/images
│ │ ├── components/
│ │ ├── hooks/
│ │ ├── pages/
│ │ ├── styles/
│ │ ├── App.jsx
│ │ └── main.jsx
│ ├── .gitignore
│ ├── index.html
│ ├── package.json
│ └── vite.config.js
└── Readme.md
Designed & Built by Akshay Kumar
