A personal resume static website built with Next.js and Tailwind CSS.
This website showcases my professional background, skills, and project experience, providing a platform for potential employers or clients to learn about my professional capabilities.
- Frontend Framework: Next.js
- Styling: Tailwind CSS
- Deployment: Vercel
To run this project locally, follow these steps:
- Clone the repository
git clone <repository-url>
cd <project-folder>
- Install dependencies
npm install
# or
yarn install
# or
pnpm install
- Start the development server
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 in your browser to view the website
app/- Next.js application directorycomponents/- Reusable UI componentspublic/- Static assets (images, resume PDF, etc.)
You can modify the homepage content by editing the app/page.tsx file. The website auto-updates as you edit the file.
This project is configured to be deployed on Vercel. Each push to the main branch will automatically deploy the latest version.
Visit https://your-resume-website.vercel.app to view the live version.