This project is a homepage layout inspired by the design of Printify, created using ReactJS and Tailwind CSS. The page is responsive, ensuring a seamless experience across both desktop and mobile devices.
- Responsive Design: The homepage is optimized for a range of devices, providing a fluid experience on both mobile and desktop screens.
- Component-based Architecture: The page layout is built using reusable components for better maintainability and code clarity.
- Tailwind CSS: Used for styling, allowing for rapid UI development while maintaining a clean and responsive design.
- Clean and Maintainable Code: Following ReactJS best practices, the code is well-structured, documented, and easy to navigate.
- ReactJS: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Vercel: For live deployment.
You can view the live demo of the project at the following link:
Watch the video demo on Google Drive
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ShubhamSharmax/Asignment-HomePage
- Navigate to the project directory:
cd Asignment-HomePage
- Install the required dependencies:
npm install
- Start the development server:
npm run dev