An open API service indexing awesome lists of open source software.

https://github.com/wild-queue/safe-simulator

A simulator that allows you to learn the basics of SAFe in a game form
https://github.com/wild-queue/safe-simulator

bootstrap html-css javascript react reactjs

Last synced: about 1 month ago
JSON representation

A simulator that allows you to learn the basics of SAFe in a game form

Awesome Lists containing this project

README

          

# SAFe Simulator
Cимулятор, который позволит вам в игровой форме познакомиться с основами SAFe.

## Requirements:
React

bootstrap

## To start a project
### `npm start`

## Description:
The main ideas start in App.js. The application is divided into 4 pages: FrontPage, FirstPage, SecondModule, ThirdPage.

The pages are in the 'Pages' folder. The components of these pages are in the 'components' folder, and the small components and pop-ups are in the modals folder. The 'service' folder contains the cards (stories) for the third module. The 'Globals' contain info about cards in the second module. 'FirstModuleImages' and 'images' contain card images and programme images.

* In the 'components' folder in the RoadMap.jsx file, the command responsible for switching to module 3 has been commented out on line 119. If necessary, uncomment the line.