{"id":14957436,"url":"https://github.com/liquid-o2/ryokucha","last_synced_at":"2025-10-01T16:31:55.786Z","repository":{"id":64452553,"uuid":"568660321","full_name":"liquid-O2/ryokucha","owner":"liquid-O2","description":"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, Firebase, etc","archived":false,"fork":false,"pushed_at":"2023-02-10T11:00:11.000Z","size":112334,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-15T12:49:08.474Z","etag":null,"topics":["firebase","firebase-auth","firestore","firestore-database","framer-motion","next-js","nextjs","react","tailwind","tailwindcss","typescript","ui-design"],"latest_commit_sha":null,"homepage":"https://ryokucha.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liquid-O2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-21T06:10:43.000Z","updated_at":"2024-05-31T20:50:15.000Z","dependencies_parsed_at":"2023-02-10T16:15:34.676Z","dependency_job_id":null,"html_url":"https://github.com/liquid-O2/ryokucha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liquid-O2%2Fryokucha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liquid-O2%2Fryokucha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liquid-O2%2Fryokucha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liquid-O2%2Fryokucha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liquid-O2","download_url":"https://codeload.github.com/liquid-O2/ryokucha/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230782971,"owners_count":18279558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","firebase-auth","firestore","firestore-database","framer-motion","next-js","nextjs","react","tailwind","tailwindcss","typescript","ui-design"],"created_at":"2024-09-24T13:14:54.012Z","updated_at":"2025-10-01T16:31:53.942Z","avatar_url":"https://github.com/liquid-O2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Ryokucha, an e-commerce app's mockup image](https://cdn.sanity.io/images/lo6epx6n/production/8d3bb3414e12ba007586ffe959a1a66cc947cd4b-6000x4500.jpg)\r\n\r\n# Ryokucha\r\n\r\nRyokucha 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.\r\n\r\nThis 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.\r\n\r\n\u003cbr\u003e\r\n\r\n\u003e 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\r\n\u003e `with-firestore` branch\r\n\r\n\u003cbr\u003e\r\n\r\n## Features\r\n\r\n- Browse a wide selection of Japanese green teas\r\n- Add items to your cart and check out with Stripe\r\n- Sign in with your Google account using Firebase Auth\r\n- Add products to your wishlist and view them\r\n\r\n\u003cbr\u003e\r\n\r\n## Getting Started\r\n\r\nTo get started with Ryokucha, either visit the [Live website](https://ryokucha.vercel.app/) \r\nor simply clone the repository and install the dependencies:\r\n\r\n```bash\r\ngit clone https://github.com/liquid-O2/ryokucha.git\r\ncd ryokucha\r\nnpm install\r\n```\r\n\r\nThen, start the development server:\r\n```bash\r\nnpm run dev\r\n```\r\n\r\nYour Ryokucha app will be available at `http://localhost:3000`\r\n\r\n\u003cbr\u003e\r\n\r\n## Testing\r\nTo run the test suite, simply run:\r\n```bash\r\nnpm run test\r\n```\r\n\r\n\u003cbr\u003e\r\n\r\n## Built With\r\n\r\n- [React](https://reactjs.org/) - A JavaScript library for building user interfaces\r\n- [Next.js](https://nextjs.org/) - A framework for building server-rendered React applications\r\n- [Framer Motion](https://www.framer.com/motion/) - A library for animating React components\r\n- [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript\r\n- [Sanity](https://www.sanity.io/) - A headless CMS for building structured content\r\n- [Firebase Auth](https://firebase.google.com/docs/auth) - A service for authenticating users with Google accounts\r\n- [React-Hook-Forms](https://react-hook-form.com/) - A library for building forms with React Hooks\r\n- [Stripe](https://stripe.com/) - A platform for building e-commerce applications\r\n- [Jest](https://jestjs.io/) - A JavaScript testing framework\r\n- [Tailwind](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs\r\n- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro) - A testing library for React components\r\n\r\n\u003cbr\u003e\r\n\r\n## Contributing\r\nIf 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.\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliquid-o2%2Fryokucha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliquid-o2%2Fryokucha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliquid-o2%2Fryokucha/lists"}