https://github.com/roseneezar/typing-mf
Micro frontend typing game
https://github.com/roseneezar/typing-mf
docker express lol reactjs socket-io t3 tailwind typescript
Last synced: 5 months ago
JSON representation
Micro frontend typing game
- Host: GitHub
- URL: https://github.com/roseneezar/typing-mf
- Owner: RoseNeezar
- Created: 2022-10-30T11:40:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T15:00:12.000Z (over 3 years ago)
- Last Synced: 2025-04-07T02:47:17.174Z (about 1 year ago)
- Topics: docker, express, lol, reactjs, socket-io, t3, tailwind, typescript
- Language: TypeScript
- Homepage: https://typing-mf.vercel.app
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro frontend Typing game
Micro frontend typing game application than can be consume by other micro frontends.
## 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
- Reactjs (craco)
- Typescript
- Tailwind css
- useSyncExternalStore (react 18)
### Backend
- Express
- Typescript
- Mongodb
- Socket io
### 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
yarn i && yarn 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/)