This is a webapp I developed during my internship at Hasura in May - Aug 2017. This project was hosted on hasura platform and uses Hasura APIs.
App is live here.
The idea of the app is pretty simple, to create an online platform for collaborative brainstorming by a group/team of people from across the globe. This sort of brainstorming is usually required for startup ideas, projects or the onset of any form of development in a group...read more
This webapp provides basically three features -
-
White Board: Drawing/Sketching on interactive canvas using various tools and colors.
-
Group Chat: Group chatting with the members of team, share file/image/video/link.
-
Manage Group: Create group/team, add/remove members, promote a member to leader.
This project is based on Node.JS and uses NPM.
Follow the steps mentioned to run locally
- Clone the repo
$ git clone https://github.com/imvpn22/whiteboard.git
- Go inside
whiteboard
directory
$ cd whiteboard
- Install dependencies
$ npm install
- Run server
$ npm start
- Open web-browser and go to
http://localhost:8080
Default Port for application is 8080
.