/money-manager

Money Manager is a finance control project

Primary LanguageTypeScript

Manage Your Money

🎥 Overview:

App's interface

App's usage


💻 Project:

This project was built to help people organize their daily finantial transactions.

You can register the transaction as a income or outcome, adding a category to it (example: food, leisure, work etc).

I used MirageJS to build a fake API and add some fake data to the application, and made the API calls with Axios.


⚡ Technologies:

• ReactJS

• Styled Components

• Typescript

• MirageJS

• Axios


How to run

# Clone this repository
$ git clone https://github.com/keyyuwan/manageyourmoney

# Go to the directory
$ cd manageyourmoney

# Install Dependencies
$ yarn

# Run Web Server
$ yarn start