Welcome to my personal portfolio website repository. This project showcases my work, skills, and experience as a developer.
You can visit the live version of my portfolio at mertakca.vercel.app.
- Framework: Next.js - A React framework for server-side rendering and static site generation.
- Styling: Tailwind CSS - A utility-first CSS framework for rapid UI development.
- Language: TypeScript - A statically typed superset of JavaScript.
- Responsive Design: Optimized for various screen sizes and devices.
- Projects Showcase: Displays a selection of my projects with descriptions and links.
- Contact Form: Allows visitors to get in touch with me directly through the website.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/utarit/portfolio-website.git cd portfolio-website
-
Install dependencies:
npm install # or yarn install
-
Run the development server:
npm run dev # or yarn dev
Open http://localhost:3000 in your browser to see the result.
I appreciate feedback and suggestions. If you have any ideas to improve the site, please open an issue or submit a pull request.
This project is open source and available under the MIT License.