A modern, responsive personal portfolio built with Astro and Tailwind CSS.
Currently hosted at: https://sumitkeshari.is-a.dev
- Dynamic LeetCode Heatmap: Uses a custom API to fetch and render a real-time GitHub-style activity calendar for LeetCode submissions.
- Projects Section: Showcases advanced backend and full-stack projects, including a Custom Redis Server and a POSIX Shell.
- Responsive Design: Mobile-first styling utilizing Tailwind CSS for a clean UI on any device.
- Lightning Fast: Built with Astro for zero-JS-by-default performance and rapid loading.
-
Install Dependencies
npm install
-
Start the Development Server
npm run dev
The site will be available locally at
http://localhost:4321. -
Build for Production
npm run build
This project is configured to deploy automatically to GitHub Pages via GitHub Actions whenever changes are pushed to the main branch.