Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loconluis/expensify
An application to keep track of your expenses, with firebase authentication, and react to the client 💵
https://github.com/loconluis/expensify
expenses expensify imgur javascript practice react scss
Last synced: 16 days ago
JSON representation
An application to keep track of your expenses, with firebase authentication, and react to the client 💵
- Host: GitHub
- URL: https://github.com/loconluis/expensify
- Owner: loconluis
- Created: 2017-11-07T01:26:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:07:14.000Z (about 2 years ago)
- Last Synced: 2023-02-27T05:56:46.680Z (almost 2 years ago)
- Topics: expenses, expensify, imgur, javascript, practice, react, scss
- Language: JavaScript
- Homepage:
- Size: 978 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EXPENSIFY
Expensify is an application to keep a track of the expenses that you could have in the month.
To use it you need to have logged in with your google credentials Demo [here](http://expensify-with-react.herokuapp.com/)
![Imgur](https://i.imgur.com/ZHm1zKT.png)
### Views
1- `/dashboard` : In this view all the expenses that were had in the month are listed, there is a selection of dates. By default the expenses are ordered by date, but you can change it to sort them by total of the expense.2- `/create` : In this view the expenses are created. There are required values such as description, amount and date. The amount also has to use a type value (D * .DD) (.cents).
3- `/` : This is the root of the app, used to login. If you do not have a session started you can not use the application.
![Imgur](https://i.imgur.com/nCVrvqn.png)
### Development
If you want to clone the repository and use it:
Follow these steps:1- `$ git clone https://github.com/loconluis/expensify.git`
2- `$ cd expensify`
3- `$ yarn install`
4- `$ yarn run dev-server`
5- For test run `$ yarn test`
Code with ♥ by [LoconLuis](https://twitter.com/loconluis)
Project seen in the course of [React](https://mead.io/) by [Andrew Mead](https://twitter.com/andrew_j_mead)