Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brinobruno/racha-app-client

A casual football team drafter for friends by Bruno Corrêa
https://github.com/brinobruno/racha-app-client

api react styled-components typescript

Last synced: 15 days ago
JSON representation

A casual football team drafter for friends by Bruno Corrêa

Awesome Lists containing this project

README

        

# Racha App

## Docs
ImageKit SDK: https://docs.imagekit.io/getting-started/quickstart-guides/react

## Todo
- [ ] Write Readme
- [ ] Finish Figma design
- [X] Finish designing card system
- [X] Decide query service - probably React Query
- [X] Add React Hook Form
- [X] Add user to global context
- [X] Add zod
- [X] Add global cookie notice/consent
- [X] Add Toasts messages - success signin/signup/etc.
- [ ] Add Unit testing
- [X] Add global loading component

- [X] Page - Account page
- [X] Query - Figure out issue GET players/:teamId
- [X] Switch ports

- [X] Make 2 queries to make teams page = get players as well
- [X] Update API or figure out how to get overall rating for teams

## Teams+Players todo
- [X] Get teams
- [X] Get players
- [X] Create user's teams context
- [X] Connect teams with players data
- [ ] Add teams/players connected data to teams context
- [X] Switch players info to completion/composition of teams info
- [X] Create methods on teams context
- [X] Team page
- [X] Card component
- [ ] On existing teams/players, show a ranking of best players
- [X] Make add team component
- [X] Adjust /create route - unnecessary when only 1 /post
- [X] Make clickup workspace
- [ ] Create route for resetting password
- [ ] Research solution for pitch view
- [ ] Adjust layouts
- [ ] Adjust dev plan