Moneybox project is a mock data application made to listing financial information.
This project was bootstrapped with Create React App.
Libraries used:
- Typescript
- React Redux
- React Hooks
- Styled Components
- Material UI Components
- Sass
├── src/
│ ├── app
│ ├── assets
│ ├── components
│ │ ├── activities
│ │ ├── badge
│ │ ├── button
│ │ ├── carousel
│ │ ├── exchange
│ │ ├── form
│ │ ├── header
│ │ ├── pagination
│ │ ├── select
│ │ ├── textfield
│ │ └── theme
│ │
│ ├── container
│ ├── features
│ ├── helpers
│ ├── model
│ ├── service
│ ├── styles
│ └── utils
├── App.tsx
├── index.tsx
├── package.json