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
- Host: GitHub
- URL: https://github.com/cleberson-dev/your-league
- Owner: cleberson-dev
- Created: 2023-12-21T20:33:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T05:58:28.000Z (over 2 years ago)
- Last Synced: 2025-06-02T07:13:59.933Z (about 1 year ago)
- Topics: mongodb, prisma, react, react-hook-form, remix, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)