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.
- Displays details of a random tea
- Has a button that allows users to get a new random tea
- Lists out all tea options
To get a local copy up and running follow these simple example steps.
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
- Clone the repo
git clone https://github.com/JMixson/tea-discovery.git
- Install PNPM packages
pnpm install
To start the application, run:
pnpm run dev