IOE Routine Management System - Frontend

  • This is IOE Routine Management System for managing your everyday Lectures and Labs in IOE - developed using React.js and Ant-Design Component Library.

  • You can database of teacher, class and groups. You can also edit and delete any lecture/lab classes.

Installation

  • You need Node & Yarn to start the development environment. Download them here - Node, Yarn.

  • Install Packages using:

yarn install
  • Run the development server using:
yarn start
  • For production build:
yarn build

Note

  • You also need to run the backend along with frontend. For that open backend folder separately and read the readme file.