This is a website I built for myself that shows off my talents as a web developer!
Technologies used:
- React with TypeScript (Library and language)
- Next.js (framework)
- Chakra UI (Component library and styling)
- Framer Motion (Animation)
- Zustand (State management)
- Supabase (Database)
- i18n (Localization)
- BugSnag (Bug monitoring)
- Mixpanel (Analytics)
- Fork the repo
cd
into the folderyarn
ornpm i
to install packagesyarn start
ornpm start
- If you want to use your own Supabase, Mixpanel, or BugSnag accounts, you can update the
.env
appropriately