Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.23 KB

Curriculum Authoring tool

Build status Top language

A tool for teachers to author curriculum for a subject

Demo

URL - https://curriculum-tool.netlify.app/

(Click on below gif's to see full video)

Application Demo

Demo

Project Structure

Project Structure

Project Architecture

Project Architecture

Installation

Pre-requisite: Either have yarn or npm installed in your machine globally

After cloning the repository, follow the following steps to run application -

  • Install all dependencies - Run yarn install || npm install in cmd in project directory
  • Then, start the application with command - yarn start || npm start