This is a Next.js
personal portfolio bootstrapped with create-next-app
. I try to update this as frequently as possible, hope you like it!
BUILD using Vercel
The Frontend of this application was created using the Next.js typescript template and tailwind CSS. The Backend was developed using Sanity. Several libraries were used to facilitate some of the developer processes such as Framer-Motion for animations. This Application was deployed with Vercel. Check out our Next.js deployment documentation for more details.
npm run dev
API routes can be accessed locally on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/
.
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.