Expensify is a simple expense manager that can:
- Add expense.
- Delete expense.
- Edit individual expense.
- Filtering of expenses by description, start and end date.
- Sorting of expenses by amount and date.
- Showing the total amount for the selected period.
- ReactJs (v16).
- Redux.
- Webpack (All loaders, plugins and dependencies you can see in package.json file. Also all webpack settings you can find in webpack.config file.)
- Express node server.
- Firebase database.
- React-Router (v4).
- Testing with jest