Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.78 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.78 KB

MUKALMA Front End Application

A Front-End Application that can be used as a texting application similar to Facebook's Messenger Application. It connects to Mukalma's Flask API, running either on Google Colab, A personalized server or domain, or locally.

image Front End Application Screen

Installation and Running

  1. Make sure you are in the front_end directory before running the following commands.
  2. Run the following command to install all node dependencies.

npm install

  1. Run the following command to run the React application.

npm start

  1. The application will run on localhost:3000 by default.
  2. At this point, you will be able to see the React application on your browser.
  3. Click on the Link Icon button on the Application to open a text field.
  4. Paste your <MUKALMA API URL> in the input field
  5. The application will show the CONNECTED message to show that it has connected to the API. (See below for a quick guide)

Technologies

React  Redux   Material UI 

License

GNU General Public License v3.0

Contact us