An open API service indexing awesome lists of open source software.

https://github.com/cleberson-dev/your-league

Ultimate League Table and Fixtures generator
https://github.com/cleberson-dev/your-league

mongodb prisma react react-hook-form remix tailwindcss typescript

Last synced: about 2 months ago
JSON representation

Ultimate League Table and Fixtures generator

Awesome Lists containing this project

README

          

# Your League

## Tech Stack (based on [QuentinWidlocher template](https://github.com/QuentinWidlocher/remix-template))

- [Remix](https://github.com/remix-run/remix) (obviously)
- [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss)
- [Prisma](https://github.com/prisma/prisma) (SQLite by default)
- [Zod](https://github.com/colinhacks/zod) (To easily validate and format form errors)
- [qs](https://github.com/ljharb/qs) (To parse complex form data, p.s. still not using this bad boy :x)
- [SuperJSON](https://github.com/blitz-js/superjson) (To send complex data through loaders)
- [Remix Utils](https://github.com/sergiodxa/remix-utils)