This is my personal static portfolio website, built as part of The Odin Project curriculum.
It serves as a central hub to showcase my projects, skills, and contact information in a clean and professional format.
- Hero section introducing who I am and what I do
- About me section with background, goals, and interests
- Projects showcase with links to live demos and source code
- Contact section with email/social links
- Responsive design for desktop and mobile
- Subtle animations for a bit of visual flair
- Frontend: React + Vite + TailwindCSS
- Deployment: Cloudflare
To run locally:
# Clone the repo
git clone https://github.com/jonorl/personal-website.git
cd personal-website
# Install dependencies
npm install
# Start the dev server
npm run dev