Skip to content

felipegalvao/react-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Finance App (without Redux)

Simple Personal Finance Manager app built with React

This is React app to manage expenses and incomes. You need to login with Google or Github to use it. When logged in, you can add items (expenses or incomes), filter items by date or text and clear the filters. You can also delete expenses and incomes. Authentication and persistence of expenses and incomes is handle with Firebase. Tests with Karma and Expect can be run with "npm test".

You can try it out in here: https://felipegalvao.github.io/react-finance/public/index.html

Version with Redux: https://github.com/felipegalvao/react-finance-redux

Installing Instructions

To run this project locally, here are the steps:

  • Clone this repository
  • Run "npm install"
  • Run "npm start"

About

Simple Finance Manager built with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published