This is the repository for my personal portfolio website. It's built using Next.js, Tailwind CSS, and is deployed on Vercel. It has a sections such as About Me : A brief introduction about myself and my skills, Projects : Showcases my work and projects. Contact : Allows visitors to get in touch with me.
- Responsive design
- Dynamic content rendering
- Fast performance
- About Me section: A brief introduction about myself and my skills.
- Projects section: Showcases my work and projects.
- Contact section: Allows visitors to get in touch with me.
To get a local copy up and running follow these simple steps.
-
Clone the repo git clone https://github.com/kishanthakur/portfolio-site.git
-
Install NPM packages npm install
-
Start the development server npm run dev
The site is deployed on Vercel. Any changes pushed to the main branch will automatically trigger a new build and deployment.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request