All Projects → Ananto30 → story-point

Ananto30 / story-point

Licence: MIT license
👕 Story pointing (or T-shirt sizing) app built with Svelte

Programming Languages

Svelte
593 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to story-point

node-chat
A demo of using socket.io + backbone.js to create a simple chatroom service.
Stars: ✭ 43 (+115%)
Mutual labels:  socket-io
how-to-build-your-own-uber-for-x-app
Code for my blog post on How to Build Your Own Uber-for-X App
Stars: ✭ 138 (+590%)
Mutual labels:  socket-io
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+480%)
Mutual labels:  socket-io
vega
HTTP Client w/ Team Sharing Features!
Stars: ✭ 20 (+0%)
Mutual labels:  socket-io
Introduction p5js
This is a french introduction to p5*js
Stars: ✭ 29 (+45%)
Mutual labels:  socket-io
laravel-echo-redis-socketio
It's a very simple chat demo, use laravel-echo-server and Laravel Echo
Stars: ✭ 30 (+50%)
Mutual labels:  socket-io
ikisocket
🧬 WebSocket wrapper with event management for Fiber https://github.com/gofiber/fiber. Based on Fiber WebSocket and inspired by Socket.io
Stars: ✭ 92 (+360%)
Mutual labels:  socket-io
socket.io-rails
Rails asset pipeline wrapper for socket.io
Stars: ✭ 57 (+185%)
Mutual labels:  socket-io
tsed
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 2,350 (+11650%)
Mutual labels:  socket-io
redparty
Host Youtube watch party with friends. Sync videos and chat in real-time
Stars: ✭ 70 (+250%)
Mutual labels:  socket-io
uptime-kuma
A fancy self-hosted monitoring tool
Stars: ✭ 27,425 (+137025%)
Mutual labels:  socket-io
Online-Chess
A chess website where people can play against each other online.
Stars: ✭ 28 (+40%)
Mutual labels:  socket-io
aioudp
Asyncio UDP server
Stars: ✭ 21 (+5%)
Mutual labels:  socket-io
flood-protection
Flood protection for realtime applications
Stars: ✭ 19 (-5%)
Mutual labels:  socket-io
ChatDemo
A demonstration of private communication on a public channel.
Stars: ✭ 29 (+45%)
Mutual labels:  socket-io
Project06-A-Slack
팀 협업도구, 우리동네 슬랙 🚀
Stars: ✭ 14 (-30%)
Mutual labels:  socket-io
local-party
A website where you can create rooms and chat while watching local video files synchronized with your friends.
Stars: ✭ 196 (+880%)
Mutual labels:  socket-io
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (+105%)
Mutual labels:  socket-io
socketio
No description or website provided.
Stars: ✭ 23 (+15%)
Mutual labels:  socket-io
python react blog back end
Redis Celery Fabric Gunicorn Personal Blog
Stars: ✭ 12 (-40%)
Mutual labels:  socket-io

Story Point 🤷

Realtime voting (the story points) app.

Oh! The sweating part of agile. This app just allows you to not get biased by others saying this worth less than 1 point. Just vote your point and see the result after the timer.

Get started 🚀

git clone https://github.com/Ananto30/story-point.git
cd story-point

Note that you will need to have Node.js installed.

Run the app along with server

App

Install the dependencies...

cd app
npm install

Build the app...

npm run build

Server

Install the dependencies...

cd server
npm install

Start the server...

npm start

Development tricks 🧙

The app can be run with -

cd app
npm run dev

And the server can be run and serve the index.html file

cd server
npm start

The rollup will build the js file in realtime and our server can serve that with realtime changes.

Docker 🚢

docker build -t story-point .
docker run --name story-point -p 3000:3000 -d story-point
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].