Welcome to the repository of my personal portfolio website! This project showcases my skills, projects, and experiences in a visually appealing manner. Feel free to explore the different sections and pages.I also have some Blogs for you to checkout
The website is built using the following technologies:
- Next.js: A React framework for building fast and scalable web applications.
- Prismic: Headless CMS used for managing and delivering content.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for building modern designs.
- Three.js: A JavaScript library for creating 3D graphics in the browser.
- GSAP (GreenSock Animation Platform): A library for creating high-performance animations.
The home section introduces visitors to the website and provides a brief overview of who I am and what I do.
The projects section showcases some of the key projects I have worked on. Each project is accompanied by a description and relevant details.
In the skills section, I outline my technical skills and proficiency in various technologies.
The about me section provides more in-depth information about my background, experiences, and interests.
The contact section includes ways to get in touch with me, such as email and social media links.
Contributions are welcome! If you find any issues or have suggestions for improvements, please follow these steps:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m "Add your changes here"
. - Push to the branch:
git push origin feature/your-feature-name
. - Open a pull request with a detailed description of your changes.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/RabinChakraborty/myPortfolioSite.git
. - Navigate to the project directory:
cd myPortfolioSite
. - Install dependencies:
npm install
. - Run the development server:
npm run dev
. - Open your browser and visit
http://localhost:3000
to view the website.
Feel free to explore, contribute, and enjoy the experience!