felipegalvao / react-finance

Simple Finance Manager built with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 62.1%Language:CSS 37.1%Language:HTML 0.8%