Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.06 KB

File metadata and controls

64 lines (45 loc) · 2.06 KB

Tea Discovery App

A web app that allows users to discover and learn more about different types of tea. Tea json file inspired by Boonaki's Tea API. All images and tea content are sourced from Wikimedia Foundation.

Alt text

Features

  • Displays details of a random tea
  • Has a button that allows users to get a new random tea
  • Lists out all tea options

Built With

React.js Vite Typscript Tailwindcss TanstackQuery Wouter

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • pnpm
    npm install pnpm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/JMixson/tea-discovery.git
  2. Install PNPM packages
    pnpm install

Usage

To start the application, run:

pnpm run dev