Welcome to the repository for my personal portfolio website!
This site is my creative space to showcase my projects, skills, and experiences — designed with a modern aesthetic and a touch of personality.
Live Site: https://www.davinleong.dev/
- Responsive design with all devices kept in mind
- Smooth animations and transitions
- Sections for About Me, Projects, and Contact
- Built for performance and accessibility
- Frontend: Next.js 15 with App Router, Tailwind CSS, Motion
- Deployment: Frontend hosted on Vercel, Backend API powered by Fastify, hosted on Render
- Database: Supabase (PostgreSQL)
- Version Control: Git & GitHub
Make sure you have:
- Node.js (v18.x or higher)
- npm or yarn
# Clone the repository
git clone https://github.com/yourusername/your-repo-name.git
# Go into the project folder
cd your-repo-name
# Install dependencies
npm install
# Start the development server
npm run devBig thank you to Next.js starter blog for the template!