An open API service indexing awesome lists of open source software.

https://github.com/iwatanikenji/dtmoney

Application developed with React and Typescript for financial management purposes
https://github.com/iwatanikenji/dtmoney

context miragejs react-modal reactjs rocketseat styled-components typescript vercel

Last synced: 22 days ago
JSON representation

Application developed with React and Typescript for financial management purposes

Awesome Lists containing this project

README

        

Summary


📙 About
🖼️ Preview
📖 How to Start
💻 Technologies


✔️ dtmoney project finished ✔️

📙 About

Developed mostly using React and Typescript, dtmoney is a basic application used for financial management. It has a input for new transactions including deposits and withdraws. It also shows all your account movements and the balance on the main screen.


This project used Vercel for deployment.


Originally created on Ignite from Rocketseat and made by Kenji Iwatani


Check website →

---

🖼️ Preview

Letmeask website overview

---

📖 How to Start

```bash
# Clone this repository
$ git clone https://github.com/iwataniKenji/dtmoney.git

# Access the project directory
$ cd dtmoney

# Download dependencies
$ yarn

# Run application
$ yarn start
```

💻 Technologies

- [x] Create React-App
- [x] Typescript
- [x] Styled Components
- [x] Miragejs
- [x] Polished
- [x] Vercel