https://github.com/iskorotkov/chaos-frontend
It's a frontend for Chaos Framework — a resilience testing platform
https://github.com/iskorotkov/chaos-frontend
frontend react react-router scss spa typescript web
Last synced: 2 months ago
JSON representation
It's a frontend for Chaos Framework — a resilience testing platform
- Host: GitHub
- URL: https://github.com/iskorotkov/chaos-frontend
- Owner: iskorotkov
- Created: 2020-12-20T13:36:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:18:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T02:36:25.528Z (over 1 year ago)
- Topics: frontend, react, react-router, scss, spa, typescript, web
- Language: TypeScript
- Homepage:
- Size: 3.33 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chaos Frontend
It's a frontend for Chaos Framework — a resilience testing platform. This web app allows you to generate, preview, execute and monitor chaos tests.
- [Chaos Frontend](#chaos-frontend)
- [Structure](#structure)
- [Config](#config)
## Structure
- /src — all source files
- /lib - common files used across entire project
- /workflows - workflow-specific files
## Config
It's a React app served by NGINX. NGINX config is provided by a Kubernetes ConfigMap to allow fast development cycles.
NGINX passes all API calls to [Chaos Scheduler](https://github.com/iskorotkov/chaos-scheduler) and [Chaos Workflows](https://github.com/iskorotkov/chaos-workflows).