Skip to content
/ Grid Public
forked from imsorx/Grid

A Chat app built on top of Electron

Notifications You must be signed in to change notification settings

rhxto/Grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation


Grid
Grid

A Chat app built on top of Electron.

IntroductionFeaturesRequirementsBuildRunCreditsAuthorContributingLicense

Introduction

Grid is LAN messenger, which runs on server-client architecture over local network. I've build this for college usage (as Major project submission) ;)

Login Page Home Page Chat

Features

  • Awsome UI
  • Signup and Login
  • Channels
  • Emojis
  • File Sharing
  • Dark mode (coming soon)
  • Voice & Video call (coming soon)

Requirements

To build this project you will need following

  • NodeJS
  • MongoDB

Build Process

To run this project, you have to build Frontend.

You will need Node Package Manager in order to build

Run following commands to build

$npm i
$npm build

Running Project

In order to run project, you have execute following command in Frontend and Backend folder seperate terminals.

$npm start

Credits

Project was possible with following Frameworks

Author

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A Chat app built on top of Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.6%
  • TypeScript 23.2%
  • CSS 19.5%
  • HTML 7.7%