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

https://github.com/sajjadmrx/whiteboard

A Real Time Whiteboard for the classroom to share ideas and notes
https://github.com/sajjadmrx/whiteboard

Last synced: about 1 month ago
JSON representation

A Real Time Whiteboard for the classroom to share ideas and notes

Awesome Lists containing this project

README

        

# Project Title

A brief description of what this project does and who it's for

# whiteboard
A Real Time Whiteboard for the classroom to share ideas and notes

## Index
+ [Demo](#demo)
+ [Features](#features)
+ [Installation](#installation)
+ [Screenshots](#screenshots)
## Demo
Check Deme [click here](https://whiteboardts.herokuapp.com/)

## Features
+ Uses Express as the application Framework.
+ Real-time communication between a client and a server using [Socket.io](https://github.com/socketio/socket.io).

## Installation
### Running Locally
Make sure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.

1. Clone or Download the repository

```
$ git clone https://github.com/sajjadmrx/whiteboard.git
$ cd whiteboard
```
2. Install Dependencies

```
$ npm install
```

3. configure .env file
```
PORT = 3000
```
3. Start the application

```
$ npm start
```
Your app should now be running on [localhost:3000](http://localhost:3000/).

# Screenshots
![Screenshot](https://i.imgur.com/E8ujuPw.png)