carloromero1991 / expenses-app

An expenses tracking app made with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expenses App

An expenses-tracking web application for home use, made with the React Javascript library.

Overview

The purpose of this project is to create a modern web application and at the same to practice what I learn about React.

DEMO HERE

UI Picture

What it does:

  • Save and show expenses.
  • Filter expenses by year (from 2019 up to current one).
  • Display statistics by month.

TODO:

  • Add IndexedDB support:
    • Save items in store
    • Edit saved items
    • Remove items
  • Implement user accounts
  • Change UI design to improve usability:
    • Add themes, spinners, and user interaction feedback.
    • Row sorting
    • Add accessibility

About

An expenses tracking app made with React

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 71.6%Language:CSS 21.1%Language:HTML 7.3%