Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomogaglione/wine-match
The most extensive source of wines, spumanti and champagnes. Built with Next.Js Supabase Tailwind CSS and Radix UI
https://github.com/giacomogaglione/wine-match
algolia nextjs radix-ui react supabase tailwindcss ui zustand
Last synced: 26 days ago
JSON representation
The most extensive source of wines, spumanti and champagnes. Built with Next.Js Supabase Tailwind CSS and Radix UI
- Host: GitHub
- URL: https://github.com/giacomogaglione/wine-match
- Owner: giacomogaglione
- License: other
- Created: 2023-03-11T02:11:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T19:16:17.000Z (over 1 year ago)
- Last Synced: 2024-10-01T00:43:05.392Z (about 1 month ago)
- Topics: algolia, nextjs, radix-ui, react, supabase, tailwindcss, ui, zustand
- Language: TypeScript
- Homepage: https://wine-match.vercel.app
- Size: 575 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Wine Match
The most extensive source of wines, spumanti and champagnes.
![hero](public/og.png)
- **Framework**: [Next.js](https://nextjs.org/)
- **Database**: [Supabase](https://supabase.com)
- **Deployment**: [Vercel](https://vercel.com)
- **Search**: [Algolia](https://algolia.com)
- **State Management**: [Zustand](https://github.com/pmndrs/zustand)
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
- **Primitives**: [Radix UI](https://https://www.radix-ui.com)
- **Icons**: [Heroicons](https://heroicons.com)
- **Fonts**: `@next/font`
- **Dark mode**: `next-themes`
- **Analytics**: [Vercel Analytics](https://vercel.com/analytics)## Credits
A huge thanks for inspiration, code snippets and ideas to:
- Lee Robinson [@leeerob](https://twitter.com/leeerob)
- Shadcn [@shadcn](https://twitter.com/shadcn)
- Florentin Eckl [@ecklflorentin](https://twitter.com/ecklflorentin)
- Muhammad Afifudin [@afiiif](https://github.com/afiiif)## Running Locally
```bash
git clone https://github.com/giacomogaglione/wine-match.git
cd wine-match
pnpm install
pnpm dev
```Create `.env` file.
## License
Licensed under the [license](https://github.com/giacomogaglione/wine-match/blob/main/LICENSE.txt).