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.
To get a local copy up and running, follow these steps:
git clone https://github.com/Jomagene/timbu-cloud-shop.git
cd timbu-cloud-shop
npm install
# or
yarn install
npm run dev
# or
yarn start
This project is licensed under the MIT License. See the LICENSE file for details.