Tinto is a mobile-friendly website that will help you write down the wines that would definitely drink again, and wines that you'd rather give to your worst enemy.
With the power of Appwrite and Vercel, Tinto brings a Material Design (v2) based interface to store different lists of wines for the user and show statistics of the most liked wines from the community. Making sure you always have the information that you need for that special moment with your glass of wine.
To start this project in your local:
- create an account in appwrite cloud, create a project and obtain a project id
- copy the
.env.example
file as.env.local
, fill it with your project id yarn install
yarn dev
The project will start running in localhost:3000
This project is automatically deployed with Vercel github integration on push to main branch.