The Expense Tracker is a single page React Native project that displays the expense data of the user. The application fetches data from JSON file and enables user to do CRUD operations
Application functionalities
-> The app fetches data from JSON file within the project and displays all the expenses in the UI. -> The data fetched is displayed as a chart of bars with height caliberated respective of maximum expense for the year selected. -> The filter allows the user to display a specified year to filter the expenses. -> The chart bar changes in real time respective of the filter. -> User can add data to the list. -> User can delete the data from the list. -> User can update an existing data.
Project Insight
The project used HTML5, CSS3 and Javascript in React. The data is fetched from JSON file.
Screenshots