secret-juju
News-based stock recommendation services, built with React, Redux, Redux-Toolkit, TypeScript, Jest.
This project is currently in development.
.
├── public
├── src
| ├── __mocks__
| ├── assets
| ├── component
| ├── features
| | ├── feature
| | ├── style
| | ├── test
| | ├── Featrue.tsx
| | ├── FeatureContainer.tsx
| | ├── FeatureSlice.ts
| | └── FeatureType.ts
| ├── library
| ├── module
| | ├── saga
| | ├── slice
| | └── store
| ├── page
| ├── routers
| ├── themes
| ├── types
| ├── utils
| ├── App.tsx
| └── index.tsx
|
├── .eslitnignore
├── .eslintrc.json
├── .gitignore
├── .prettierrc
├── jest.config.json
├── package.json
├── README.md
├── tsconfig.json
└── webpack.config.js
react-lelated
dependency, not react-related
type
file
custom library
style
feature
component
container