Skip to content

jorge-eche/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker Application.

Application that helps users track their spending by allowing them to create a budget and input,categorize, edit and delete their expenses.

Table of contents

Overview

The project

Users should be able to:

  • Define a budget.
  • Add, edit and delete their expenses.
  • Experience Form Validation (basic and data form validation) for both the budget and expenses input.
  • Filter through their expenses according to categories.
  • See a circular progress bar of their spent money.
  • Have their budget and expenses saved on Local Storage for later review.
  • Reset the app, thus deleting the budget and expenses.
  • Check their total and available budget and the amount spent.
  • View the optimal layout depending on their device's screen size.
  • See hover states for interactive elements.

Screenshot

Screenshot of the project1 Screenshot of the project2 Screenshot of the project3

Links

My process

Built with

What I learned

  • This project made me really good at understanding Reac useState. On it, I have used state for the post validation of the budget (after inputing a valid budget, users can access another part of the website), also for filtering through the different expenses. For the modal window, I used state as a prompt for it to pop up and also to animate it by adding a CSS class when certain state is true. Lastly, I achieved the app reset by modifying the current state and consequently affecting the data storaged in Local Storage.
  • I learned how to add external components from the NPM Registry and apply them in personal projects. They can really boost your website's UI and UX.
  • This was one of the most difficult projects of the beginnings of my programming development and it helped me become much better pretty much at everything I already knew: React, JS, CSS and HTML.
  • How I to add variables to Local Storage and fetched them correctly,

If I had more time I would change this

  • If I had more time I could add a data base and server side to this app so that the budget and expenses get stored in a more reliable place. At the moment, I did not feel like building a fullstack project because my goal was mainly to improve my frotend skills.
  • I would definitely use some different approach for the CSS, maybe Sass or Styled Components.

Continued development

After this website I am going to continue to further my studies on React, trying to raise the complexity of the projects I undertake. Also, I want to explore more with RESTful APIS.

Author

About

Application that helps users track their spending by allowing them to set a budget and then input and categorize their expenses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors