Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Chatoverflow Web GUI based on Angular and material-angular-dashboard.

License

Notifications You must be signed in to change notification settings

codeoverflow-org/chatoverflow-gui

 
 

Repository files navigation

ChatOverflow GUI

This is the chat overflow web GUI. For more information about the chat overflow project, please visit chatoverflow.org.

Technical details

This GUI is based on the angular dashboard from CreativeIT. It relies on Material IO and Angular. The bindings to the chat overflow server are generated using OpenAPI and Swagger and are hosted on npm: https://www.npmjs.com/package/chatoverflow-api

Status

The frontend is in active development right now and not yet finished. But there is a feature complete minimal version available, called "Better REPL". You can navigate to the this WIP-GUI trough the menu.

Installation

Since this is a node project, you can build and run it like every other package using:

npm install
npm start

Then, start the framework and navigate to (default) http://localhost:4200.

About

Chatoverflow Web GUI based on Angular and material-angular-dashboard.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 39.4%
  • CSS 37.6%
  • HTML 23.0%