Ryokucha is an e-commerce app that allows you to buy Japanese green tea directly from Japan. Whether you're a fan of hojicha, sencha, or any other variety of green tea, Ryokucha has something for everyone.
This app was built using React, Next.js 13 (with its new features such as the app
directory), Framer Motion, TypeScript, Sanity (a headless CMS), Firebase Auth, React-Hook-Forms, Stripe, Jest, Tailwind, and React Testing Library.
I also have a version using Firebase's Firestore database, although the code is not up-to-date you can still check it out by switching to the
with-firestore
branch
To get started with Ryokucha, either visit the Live website or simply clone the repository and install the dependencies:
git clone https://github.com/liquid-O2/ryokucha.git
cd ryokucha
npm install
Then, start the development server:
npm run dev
Your Ryokucha app will be available at http://localhost:3000
To run the test suite, simply run:
npm run test
If you'd like to contribute to Ryokucha, please fork the repository and make your changes as a separate branch. Once you've made your changes, open a pull request and we'll review your submission.