/madhyam-frontend

Frontend for madhyam

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Madhyam Frontend

Deployed using Heroku: Here

Made using ReactJs

Web frontend from Madhyam. Following important packages were used:

  • React
  • React Router
  • Redux for user management
  • Material UI for interactive components
  • Bootstrap 4 for styling
  • Fetch API

Instructions for offline use

  • Clone the repo
$ git clone https://github.com/UdeshyaDhungana/madhyam-frontend
  • In package.json file, add
"proxy": "url of where backend is being run"
  • Run the production build using
$ npm run build

This is my first React project. It may contain bugs (very likely). Feel free to report bugs.