gitextract_s_pr5jvy/ ├── .gitignore ├── LICENSE ├── README.md ├── package.json ├── public/ │ ├── index.html │ └── manifest.json └── src/ ├── actions/ │ └── index.js ├── components/ │ ├── Footer.jsx │ ├── Header.jsx │ ├── Particles.jsx │ └── index.jsx ├── containers/ │ └── AppContainer.jsx ├── index.js └── reducers/ └── index.js