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
- Host: GitHub
- URL: https://github.com/wild-queue/safe-simulator
- Owner: Wild-Queue
- Created: 2022-06-09T12:40:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T15:53:10.000Z (about 3 years ago)
- Last Synced: 2024-04-28T07:20:58.944Z (about 2 years ago)
- Topics: bootstrap, html-css, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.