Skip to content

viniciuspjardim/mymoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Running the project

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

Gallery

Click to enlarge image.

Home page:

Adding an expenditure:

The values are updated:

The full process (the colors are messed up because of GIF limitations):

About

A simple React money manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published