Aditya Verma
Personal developer homepage built with Next.js. This site reflects my workflow, projects, and interests in systems programming, AI, and fullstack development
Tech Stack
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Vercel (deployment)
Features
- Terminal-style interface
- Auto-fetched GitHub repositories
- Clean stack overview
- GitHub stats integration
- Contribution activity visualization
Getting Started
Clone the repository
git clone https://github.com/youngcoder45/youngcoder45.github.io.git
Then change your working directory
cd youngcoder45.github.io
Install dependencies
npm install or pnpm install
Run development server
npm run dev
Open http://localhost:3000 in your browser.
Build
npm run build
npm start
Deployment
Deployed on Vercel. Push to main branch to trigger deployment.
Project Structure
- app/ → main pages (App Router) (Needs to be specified on vercel if not detected automatically)
- public/ → static assets
- styles/ → global styles
Goals
- Build a minimal and performant developer homepage
- Showcase projects and system-level work
- Maintain clean and readable codebase
License
This project is open-source and available under the MIT License.