Go to SiddheshKukade.com
This project is a responsive website developed using Next.js and Tailwind CSS. It includes several key features such as animations, mobile optimization, and efficient image lazy loading and caching.
-
Responsive Design: The website is designed to adapt to various screen sizes, ensuring an optimal user experience on both desktop and mobile devices.
-
Server-Side Rendering (SSR): Utilizing Next.js, this website benefits from server-side rendering to achieve faster page loading and improved search engine crawlability, leading to better SEO performance.
-
Content Management: Content for the website is seamlessly managed using Sanity.io, a Backend as a Service (BaaS) platform. This allows for easy updates and modifications to the website's content.
-
Google Cloud Deployment: The portfolio is successfully deployed in Google Cloud, demonstrating practical expertise in web development and deployment techniques.
- Next.js
- Tailwind CSS
- Sanity.io
- Google Cloud
To run this project locally, follow these steps:
- Clone this repository.
- Install dependencies using
npm install
oryarn install
. - Run the development server using
npm run dev
oryarn dev
. - Open your web browser and navigate to
http://localhost:3000
to view the website.
This project is deployed in Google Cloud and can be accessed at Project URL.
This project is licensed under the MIT License - see the LICENSE file for details.