This is my current portfolio built using NextJS and Dracula UI. It's pretty minimalistic for the time being.
-
🦄 TailwindCSS for styling
-
✨ TypeScript for type checking
-
💅 Prettier for code linting
-
🧛 Dracula UI for theming
-
⚡️ Next.js as a base web framework
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
