Skip to content

Ravinsky1990/ExpenseManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expensify

Expensify is a simple expense manager that can:

  1. Add expense.
  2. Delete expense.
  3. Edit individual expense.
  4. Filtering of expenses by description, start and end date.
  5. Sorting of expenses by amount and date.
  6. Showing the total amount for the selected period.

Technology stack

  1. ReactJs (v16).
  2. Redux.
  3. Webpack (All loaders, plugins and dependencies you can see in package.json file. Also all webpack settings you can find in webpack.config file.)
  4. Express node server.
  5. Firebase database.
  6. React-Router (v4).
  7. Testing with jest