https://github.com/javierbyte/swtimer
Startupweekend Timer
https://github.com/javierbyte/swtimer
Last synced: 10 months ago
JSON representation
Startupweekend Timer
- Host: GitHub
- URL: https://github.com/javierbyte/swtimer
- Owner: javierbyte
- Created: 2016-06-08T00:47:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T07:04:16.000Z (almost 10 years ago)
- Last Synced: 2025-02-24T01:16:20.955Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SW Timer
Yey ~ better docs coming soon.
## Features.
* Easy creation and customization of new events:

* Auto generates an admin URL where you can pause the timers, return to a previous state, or postpone the current team to the end. All this protected(ish) with a secret(ish) token.

* Generates a public client page, where everyone can see the current state of the presentations.

* And all the clients are up to date! (and it's responsive).

## Tech Stack.
* React
* Nodejs
* Socket.io
# Roadmap.
* Live chat.
# Installation.
For the client:
```
npm i
npm start
```
For the backend:
```
cd backend
npm i
node server.js
````
Once they are both running, you can go to `http://localhost:3000`.
Thanks ~