An open API service indexing awesome lists of open source software.

https://github.com/thalkod/expensify

Expensify is an expense manager built with reactjs...
https://github.com/thalkod/expensify

Last synced: 6 months ago
JSON representation

Expensify is an expense manager built with reactjs...

Awesome Lists containing this project

README

          

# Expensify
Expensify is an expense manager built with reactjs...

![Expensify](https://github.com/ThalKod/expensify/blob/master/expensifyshot.png)

## Built With

* [Nodejs](https://github.com/nodejs/node) - Node.js JavaScript runtime
* [React](https://github.com/facebook/react) - JavaScript library for UI.
* [Redux](https://github.com/reduxjs/redux) - State container for javascript app.
* [Firebase](https://firebase.google.com/) - Real Time Database

### Feature
* Users can add, edit, manage personal expenses...

### Instalation
```bash
$ git clone https://github.com/ThalKod/expensify.git

$ npm install
```
#### Running dev build
```bash
$ npm run build:dev
```
#### Start
```bash
$ node server/server.js
```