Here's my second go at a personal website. Ideally, this will be much easier to expand on than v1.
^ screenshot last updated on 20th april
- ✅ first draft with new design (feature parity with v1)
- ✅ deployed to vercel
- ✅ domain setup
- ✅ added experience section
- ✅ set up github workflows -> build and lint check
- ✅ automatic deployments to vercel after workflow passes @see vercel docs
some wacky future enhancement ideas... ⬜
- ⬜ add a floating snowboard 🏂
- ⬜ implement a mouse trail with flat white's ☕ @see "Mouse Image Trail"
- ⬜ set up a blog framework using nextJS @see prismic
- ⬜ ^ write my first article ✍️
- ⬜ hover effect over experience cards @see "Following Pointer"
the stack: 🛠️
- frontend: React with typescript (NextJS)
- styling: Tailwind css (with a sprinkle of reusable components by shadcn/ui, aceternityUI and motion-primitives)
- hosting: Vercel
getting started: 🏁
- clone the repository.
- start the development server:
npm run dev. - voila! 🍻