Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brinobruno/racha-app-client
- Owner: brinobruno
- Created: 2023-02-06T22:10:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T22:22:36.000Z (about 1 year ago)
- Last Synced: 2025-01-06T18:18:53.270Z (22 days ago)
- Topics: api, react, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 4.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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