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...
- Host: GitHub
- URL: https://github.com/thalkod/expensify
- Owner: ThalKod
- Created: 2018-07-01T15:07:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T17:04:30.000Z (about 7 years ago)
- Last Synced: 2025-02-14T15:49:48.739Z (8 months ago)
- Language: JavaScript
- Homepage: https://reactexpense.herokuapp.com/
- Size: 2.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expensify
Expensify is an expense manager built with reactjs...
## 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
```