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
- Host: GitHub
- URL: https://github.com/iwatanikenji/dtmoney
- Owner: iwataniKenji
- Created: 2022-03-16T02:51:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T16:29:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T03:41:25.778Z (3 months ago)
- Topics: context, miragejs, react-modal, reactjs, rocketseat, styled-components, typescript, vercel
- Language: TypeScript
- Homepage: https://dtmoney-lime.vercel.app/
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---
📖 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