Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliasgcf/dtmoney
dt money - Know where you spend your money
https://github.com/eliasgcf/dtmoney
Last synced: 12 days ago
JSON representation
dt money - Know where you spend your money
- Host: GitHub
- URL: https://github.com/eliasgcf/dtmoney
- Owner: EliasGcf
- License: mit
- Created: 2021-02-14T21:30:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T13:17:01.000Z (over 3 years ago)
- Last Synced: 2024-10-06T09:21:42.722Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://dtmoney.vercel.app
- Size: 217 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dt money - Know where you spend your money
About the project •
Layout •
Technologies •
Getting started •
License## 💲 About the project
[dt money](https://dtmoney.vercel.app/) is a project created in [Rocketseat](https://rocketseat.com.br/) Ignite ReactJS training.
In this project you can save your transactions and see the total off money.
## 🔖 Layout
You can view the project layout through the links below:
- [Layout in Figma](https://www.figma.com/file/)
> Remembering that you need to have a [Figma](http://figma.com/) account to access it.
## 🚀 Technologies
- [ReactJS](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Miragejs](https://miragejs.com/)
- [Styled Components](https://styled-components.com/)## 💻 Getting started
### Requirements
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://classic.yarnpkg.com/) or [NPM](https://www.npmjs.com/) _(examples are with yarn)_**Clone the project and access the folder**
```bash
$ git clone https://github.com/EliasGcf/dtmoney.git && cd dtmoney
```**Follow the steps below**
```bash
# Install the dependencies
$ yarn# Start the app
$ yarn start
```## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Made with 💜 by Elias Gabriel