A responsive and visually appealing personal resume website built with Next.js, React, TypeScript, and Tailwind CSS. This project showcases professional experiences, skills, and selected projects in an easy-to-navigate, SEO-friendly format.
- Responsive Design: Optimized for viewing on various devices including desktops, tablets, and smartphones.
- SEO Friendly: Built using Next.js for excellent search engine optimization and faster page loading.
- Custom Styling: Tailwind CSS is used for efficient and customizable styling, ensuring a clean, modern look.
- Interactive UI Components: Includes custom components such as menus, cursors, project cards, and contact forms for improved user interaction.
- Modular Code Structure: Components and hooks are organized clearly to enhance maintainability and scalability.
- Static Generation: Leveraging Next.js’s static generation capabilities for enhanced performance.
- Next.js
- React
- TypeScript
- Tailwind CSS
- Lucide Icons
.
├── app
├── components
├── hooks
├── lib
├── pages/api
├── public
├── styles
├── LICENSE
├── components.json
├── next.config.mjs
├── package.json
├── tailwind.config.ts
└── tsconfig.json
.
Clone the repository and install dependencies:
git clone https://github.com/EgemenErin/ResumeWebsite.git
cd ResumeWebsite
npm install
npm run dev
Visit http://localhost:3000
in your browser to view the site.
Distributed under the MIT License. See LICENSE
for more information.