Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roseneezar/typeracer-t3
Typeracer game using T3 stack
https://github.com/roseneezar/typeracer-t3
nextjs pusher t3 t3-stack tailwindcss typescript
Last synced: 2 months ago
JSON representation
Typeracer game using T3 stack
- Host: GitHub
- URL: https://github.com/roseneezar/typeracer-t3
- Owner: RoseNeezar
- Created: 2022-12-05T15:03:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T12:53:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T02:20:10.761Z (2 months ago)
- Topics: nextjs, pusher, t3, t3-stack, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://typeracer-t3.fly.dev/
- Size: 190 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typerace T3 App
Typerace application using the t3 stack.
## Features
- Create game
- Join game
- Share game links
- See other players typing in keyboard form
- See other players word progression percentage
- Words per minute scoreboard## Tech Stack
### Frontend
- Nextjs
- Typescript
- Tailwind css
- Zustand
- Pusher-js### Backend
- Trpc
- Typescript
- Mongodb
- Pusher### Devops
- Docker
- Docker compose
- Github Actions## Installation
Use the env.example file to know which variable is needed from firebase.
```bash
cp .env.example .env
``````bash
pnpm i && pnpm dev
```App runs by default at http://localhost:3030
## Helpers
Install lazydocker on your system. This tool can help visualise container logs.
## License
[MIT](https://choosealicense.com/licenses/mit/)