Skip to content

Plakumat/manage-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Moneybox project is a mock data application made to listing financial information.

Project Image

Tech Tools

This project was bootstrapped with Create React App.

Libraries used:

  • Typescript
  • React Redux
  • React Hooks
  • Styled Components
  • Material UI Components
  • Sass

File Structure

├── 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

Available Scripts

yarn install

yarn start

yarn build

yarn prettier