luisrabock / my-money

💰 Personal finance app build with react, redux, nodeJS and mongoDb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-money

my-Money

A web app that you can include a month by recording your credits and debits seem a consolidated value. As soon as you enter debits or credits the app automatically loads the dashboard showing you the net value that still exists.

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue.

If you'd like to request a new function, feel free to do so by opening an issue.

Built with

  • React - A JavaScript library for building user interfaces
  • Redux -Redux is a predictable state container for JavaScript apps.
  • NodeJs -Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • mongodb - MongoDB for GIANT Ideas - Build innovative modern applications that create a competitive advantage.

Usage

You need to have mongodb installed and change the database file to your settings.

Git clone the repository

Enter the downloaded directory and install the dependencies with npm install.

Start the backend with 'NPM RUN DEV'

Start the frontend with 'NPM RUN DEV'

enter door 3005

Be happy :)

About

💰 Personal finance app build with react, redux, nodeJS and mongoDb


Languages

Language:JavaScript 98.0%Language:CSS 1.1%Language:HTML 0.9%