This is my personal portfolio website, a project that showcases my skills, experience, and projects. I built this responsive website using Next.js and Tailwind CSS for the frontend.
The website includes the following pages and features:
- Hero: A brief introduction about me.
- About: Detailed information about my skills, experiences, and educational background.
- Projects: A showcase of my projects, including a brief description, technologies used, and links to live demos and source code.
- Contact: A contact form where visitors can send me a message.
If you'd like to run the project locally, follow these steps:
- Clone the repository to your local machine using
git clone <repo-link>
. - Navigate into the project directory
cd <project-folder>
. - Install the required dependencies with
npm install
. - Start the development server with
npm run dev
.
For local development, the site will be available at http://localhost:3000
.
For production deployment, I recommend using Vercel, the platform built by the creators of Next.js. You can deploy straight from your repository. Follow the official Next.js deployment documentation for more details.
While this is a personal project, I'm open to collaborations. If you have suggestions for improvements, feel free to open an issue or make a pull request.
This project is open source and available under the MIT License.
If you have any questions, feel free to reach out to me at [email protected]
.
I'd like to thank everyone who motivated and helped me in completing this project. Special thanks to the creators of Next.js and Tailwind CSS for creating these great tools that make web development easier.