Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.2 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.2 KB

Timbu Cloud Shop

Frontend implementation of the Timbu Cloud Shop using React and Tailwind CSS.

Description

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.

Technologies Used

  • React
  • Tailwind CSS

Features

  • 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

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/Jomagene/timbu-cloud-shop.git
  2. Navigate to the project directory:
    cd timbu-cloud-shop
  3. Install dependencies:
    npm install
    # or
    yarn install
  4. Start the development server:
    npm run dev
    # or
    yarn start

License

This project is licensed under the MIT License. See the LICENSE file for details.