My Money is a web app written in TypeScript / React that allow you to keep track of your income and expenditures. It uses Mirage to mock the API, so we can focus on developing the front-end, even if the API is not ready.
It's a simple app to showcase my abilities with the React stack.
Clone the project:
git clone https://github.com/viniciuspjardim/mymoney.git
cd mymoney
Install its dependencies:
yarn
Run the project:
yarn start
The app will be served in http://localhost:3000
Click to enlarge image.
The full process (the colors are messed up because of GIF limitations):