Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meghaniankov/knock-knock
🚥 share your availability with family while WFH
https://github.com/meghaniankov/knock-knock
mern-stack nodejs react
Last synced: about 1 month ago
JSON representation
🚥 share your availability with family while WFH
- Host: GitHub
- URL: https://github.com/meghaniankov/knock-knock
- Owner: meghaniankov
- Created: 2020-04-19T11:10:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:34:09.000Z (about 2 years ago)
- Last Synced: 2024-11-03T05:41:59.738Z (3 months ago)
- Topics: mern-stack, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 2.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KNOCK KNOCK
Now that everyone is working from home thanks to COVID-19, I built an app that lets you know when you can or can't go bother your partner/flatmate/parents/sibling/dog/etc. Avoid interuptions mid-Zoom call.
The app lets you set your status and view the status of those in your house.
## Statuses
- 🛑 = Do Not Disturb
- ⚠️= Busy but not on a call
- ✅ = open for distractions## Built With
- React
- node.js
- Express
- PostgreSQL## Running the Program
### Server
To launch the server, run:
```
$ cd server
$ node index.js
```### Client
To launch the front end client, run:
```
$ cd client
$ npm start
```