Personal web page using nextjs and Tailwindcss
In short, the tech stack of the website is as follows:
- Framework: Next.js
- Styling: Tailwind CSS
- Icons: Heroicons
- Deployment: Vercel
app/*
: I have used next.js newapp
directory structure. This directory contains the main app.components/*
: All custom components are stored in this directory.public/*
: This directory contains all the static assets of the website.public/content/*
: This directory contains all the static contents of the website. e.g. projects, experiences, education, etc.styles/*
: I have used Tailwind CSS for styling. This directory contains the Tailwind CSS global styles and some custom styles for the website.
I have used the following websites as inspiration for building this website.