Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldossjogy/tunetrove
TuneTrove is a website for rating albums, similar to rateyourmusic.com
https://github.com/eldossjogy/tunetrove
Last synced: 7 days ago
JSON representation
TuneTrove is a website for rating albums, similar to rateyourmusic.com
- Host: GitHub
- URL: https://github.com/eldossjogy/tunetrove
- Owner: eldossjogy
- Created: 2023-05-02T23:03:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T19:37:44.000Z (8 months ago)
- Last Synced: 2024-03-19T21:52:19.174Z (8 months ago)
- Language: TypeScript
- Homepage: https://Tunetrove.vercel.app
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TuneTrove
## About
TuneTrove is a website for rating albums, similar to rateyourmusic.com, but with a twist - users can rate albums without seeing others' ratings, ensuring unbiased feedback. This project serves as a learning experience to explore the advantages and disadvantages of using Supabase and TypeScript in web development.🔗[Visit Website](https://tunetrove.vercel.app/)
## Built Using
- [T3 Stack](https://create.t3.gg/) - Fullstack
- [TailwindCSS](https://tailwindcss.com/) - CSS framework
- [Supabase](https://supabase.com/) - Supabase## Try it yourself!
Create a file in the root directory with the name `.env` containing the filled information of the `.env.example` file.
Install packages:
```bash
npm install
```Running development server:
```bash
npm run dev
```### Build
To create a production version of your app:
```bash
npm run build
```