Control your finances in a simple way
dtMoney.mp4
About the project | Technologies | Getting started | How to contribute |
Application built in React.js for simple and fast finance control. with this application you can register your input and output expenses.
Technologies that I used to develop this web client
Clone the project and access the folder
$ git clone https://github.com/ganimedes96/DT-Money && cd DT-Money
Follow the steps below to install the required dependencies
# Install the dependencies
$ yarn
# Be sure the file 'src/services/api.ts' have the IP to your API
# Start the client
$ yarn dev
# start json server
$ npm run server
follow the steps below to clone the repository on your machine
# Clone your fork
$ git clone your-fork-url && cd DT-Money
# Create a branch with your feature
$ git checkout -b feature
# Make the commit with your changes
$ git commit -m 'First Commit'
# Send the code to your remote branch
$ git push origin my-feature
After your pull request is merged, you can delete your branch