Skip to content

mrSidSat/CHATDRAW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨Readme


Markdownify

👉 Web Application which let work together and play game,draw and explain things easily to other and have chat with it. 👈

📌 Key Features 📌 How-To-Use 📌 Code Style 📌 Installation 📌 Tech/framework used 📌 Contributors

🚩 Chat-Draw

//About Application that what problem does it solve This is an Application build to help students and teachers in an easy way to manage and share data and edit the screen at the same time. It would surely help to have a efficient way of communication.

✨ Key Features

👋 A particular Room Id is needed to enter into the chat box.

👋 Chat Room have feature to draw and play game like ⭕ and ❌ with others.

👋 Have chat with player will playing game and draw.

👋 Their is no limit of users for a particular room ,you can invite them by giving Room Id.

👋 You can share pdf and assignments can solve your doubts together with help of shapes and pencils.

👋 Easy interface : Makes it easy to handel even for the newbies out there.

✨Code Style

  • Proper folder structure has been maintained

  • Proper indenting and sequential inclusion of files

  • Basic HTML5 syntax with bootstrap included

  • Plain JavaScript used

✨ Installation

It is very easy to use our project if anyone wants. Just follow the steps :

  1. Firstly if you are working locally then you need to install the following :

    • Node.js
    • VS Code ( recommended , Any other suitable code editor will work )
  2. Next you need to clone our project's GitHub repository to your desktop

  3. Open command line navigate to the project folder. Then type the following commands to install required dependencies :

     npm install  body-parser http express  moment  socket.io --save
  4. Your package.json should look like this with the following dependencies

    "dependencies": {
       "body-parser": "^1.19.0",
       "express": "^4.17.1",
       "http": "0.0.1-security",
       "moment": "^2.26.0",
       "socket.io": "^2.3.0"
    }
  5. After successful installation run the following command to start the application :

     node server.js

    If you see Server Has Started!! then you have successfully setup everything and good to go with our application.

✨ Tech/framework used

The following tools were used in building this site

  • Front-end development

    • HTML
    • CSS
    • BootStrap
  • Back-end development

    • Javascript
    • Node.js
    • Express.js
    • Socket.io
    • p5.js
    • pdf.js

🚩 Contributors


About

This is real time chat and draw application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published