Check out the live demo here
This is my personal portfolio website built using Next.js 13 with TypeScript, Tailwind CSS, and Shadcn UI library. The website features a light and dark theme and includes three main pages: Home, About, and Projects. It is designed to be aesthetically pleasing and performs efficiently.
- Next.js 13 - React framework for building web applications.
- TypeScript - A superset of JavaScript that adds static types.
- Tailwind CSS - A utility-first CSS framework.
- Shadcn UI Library (Insert link to Shadcn UI library)
- 🌒 Light and Dark Theme: Toggle between light and dark themes for a personalized experience.
- Modern Looking Beautiful Sidebar Navigations 🌐
- Enjoy seamless navigation with a visually appealing sidebar that enhances user experience.
- Beautiful Modern UI/UX with Engaging Animations ✨
- Experience a stunning user interface with modern design principles and engaging animations that captivate visitors.
- Responsive Design 📱
- Explore the portfolio on various devices, as the website is designed to be responsive and provide an optimal viewing experience across different screen sizes.
- Categorized Projects 🗂️
- Easily find and explore projects with a categorized display, allowing visitors to filter and view projects based on different criteria.
- Single Project Details Page 📄
- Dive into the details of each project with dedicated single project pages, providing comprehensive information, images, and any other relevant details.
-
Clone the repository:
git clone https://github.com/Louai-Zokerburg/portfolio-website.git
-
Change into the project directory:
cd portfolio-website
-
Install dependencies:
npm install
-
Start the dev server
npm run dev
-
Access the website locally at
localhost:3000