Web developer portfolio with best, created using Nextjs, TypeScript and Tailwind CSS.
This is a remake of my portfolio: ellisenobun.com,
originally built in vanilla ReactJS. This remake takes a
slightly different approach, resulting in a more SEO,
accessible and performant outcome.
Desktop View - Light Mode
Desktop View - Dark Mode
Google Rating
npm i -D typescript @types/react @types/node
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
npx tailwindcss init -p
dark mode
in tailwind.config.js to class
. This is for manual toggling.next-themes
._app
with the ThemeProvider
.