Frontend implementation of the Timbu Cloud Shop using React and Tailwind CSS.
This project is part of the HNG Internship, Stage 2 task. The goal is to collaborate with a designer to bring their Timbu Cloud shop page design to life. The implementation includes a home section, product detail page, and a static checkout page.
- React
- Tailwind CSS
- Pixel-perfect design based on the provided Figma file
- Responsive layout for desktop, tablet, and mobile devices
- Static product display with clear descriptions and images
- Static checkout process
To get a local copy up and running, follow these steps:
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/Jomagene/timbu-cloud-shop.git
- Navigate to the project directory:
cd timbu-cloud-shop
- Install dependencies:
npm install # or yarn install
- Start the development server:
npm run dev # or yarn start
This project is licensed under the MIT License. See the LICENSE file for details.