Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```