irTablo is an app to record cards points quickly in a game (No need for a pen and paper).
Clone the project
git clone https://github.com/smiletondi/irtablo
cd irtablo/server
Install dependencies with npm or yarn
npm install
# or
yarn install
Start the server
npm run dev
# or
yarn dev
cd irtablo/client
Install dependencies with npm or yarn
npm install
# or
yarn install
Start the server
npm run dev
# or
yarn dev
This is my first Hacktoberfest challenge and i learned a lot. These technologies are very interesting and i'm excited to use them in more projects.
I wish i could built the server with Durable Objects (too lazy ). It would be Epic. Feel free to create a ticket if you wanna work on that.