Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cdleveille/kickups

How long can you keep it up?
https://github.com/cdleveille/kickups

bun express game html5-canvas react reactjs soccer socket-io typescript

Last synced: about 2 hours ago
JSON representation

How long can you keep it up?

Awesome Lists containing this project

README

        

# kickups

How long can you keep it up?

[kickups.fly.dev](https://kickups.fly.dev)

![image](https://github.com/cdleveille/kickups/assets/1410481/6dbb18b7-6819-4252-94d5-d8e2f719d0ec)

## Browser Support

| [IE / Edge](http://godban.github.io/browsers-support-badges/)
Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | [iOS Safari](http://godban.github.io/browsers-support-badges/)
iOS Safari | [Opera](http://godban.github.io/browsers-support-badges/)
Opera |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|      ✅      |      ✅      |      ✅      |      ✅      |      ✅      |      ✅      |

## Local Setup

1. Install [Bun](https://bun.sh)
2. Install package dependencies: `bun i`
3. Install [Docker Desktop](https://www.docker.com/products/docker-desktop)
4. Initialize database container: `bun db:up`
5. Start app: `bun dev`

## Technologies

- [Bun](https://bun.sh)
- [Express](https://expressjs.com)
- [MongoDB](https://www.mongodb.com)
- [React](https://react.dev)
- [Socket.io](https://socket.io)