Skip to content

O2sa/school-schedule-generator

Repository files navigation

School Schedules Generator

Platform for generate school schedules for different classes.

demo

Using the app

  1. Clone the project
git clone https://github.com/O2sa/school-schedule-generator.git
  1. Enter the project directory
cd school-schedule-generator
  1. Download the dependencies
npm i
  1. Run the app
npm run dev