Hello! This repository holds the current Version 1.0 of my personal portfolio website.
Version 2.0 coming soon. Goals listed in order of priority ->
- Updating text with database backend, to remove hard-coded descriptions
- Divide into 3 pages (blue for DS/ML/AI, brown/maroon for full stack, green + white + dsc-ad-like textures for uni/community roles/awards + punky purple/blue for music)
- More interactive cards for each position
- Organize work cards in a vertical timeline, animate each successive card as it fades in (when u scroll enough)
- Each work card could allow screenshots to appear on-hover, in a stylized way
- Description + Screenshots + README + Development Functionality for each card, this info shows on-hover
- Base all these details from one source (either database or from project README?)
- ANIMATE EVERYTHING!!!
- SEO
- Link to Medium, Soundcloud, Schoolwork?
- Three.js for image using low-poly blender model of my background pic
- Advancements in colour scheme
- Interactable demos for projects?
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.
The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.