A clean, minimal resume website built with Next.js, Tailwind CSS, and Shadcn UI.
🌐 Check it out here: https://idanci.me
- Tedawf - Original creator of the resume template
- Minimal design with Shadcn UI
- Light/dark mode toggle
- Contact form with email integration
- Responsive mobile design
- Next.js
- Tailwind CSS
- Shadcn UI
- Vercel (hosting)
- Resend (email)
git clone https://github.com/idanci/idanci.me my-resume
cd my-resume
npm install
cp .env.example .env.local
# Add your own API keys to .env.local
npm run devRESEND_API_KEY=your_key- Update personal info in
src/data/*.json - Add your resume to
public/resume.pdf
Deploy to Vercel:
- Push to GitHub
- Connect repo to Vercel
- Add environment variables
- Deploy
- Domain: ~$20/year
- Hosting: Free tiers
MIT