/AEGIS-frontend

An algorithmically enhanced scheduling tool based in React.

Primary LanguageTypeScript

AEGIS frontend

Getting started

Install the required dependencies from npm:

npm install

To run the frontend locally:

npm run start

To view components on Storybook:

npm run storybook

Run in Docker container

  1. docker build -t aegis-frontend .
  2. docker run -p 3000:3000 aegis-frontend

Tech stack

  • React (with Redux and Router)
  • MUI (UI Library)
  • Hummingbird UI (Our own UI Library that wraps around MUI)
  • Redux (State library)
  • Storybook (Documentation)

MUI

Hummingbird UI