Skip to content

mujahidali88094/React_Budgets_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Hacktoberfest

Notes

Possible additions

  • Live Search Budgets Feature (search results update as one types in the searchbar)
  • Change Limit of A Budget (in case of decreasing limit, one can move the exceeding expenses to uncategorized section)
  • use of other hooks (use case is one's imagination)
  • recent expenses overall and for each budget
  • expenses graph

Description

This project manages budgets and expenses. You can add a budget and set it's limit. Then you can add expenses to a budget and track your pocket.

Technical Details

This project was aimed to use as many react hooks as possible. Currently it uses:

  • useState
  • useEffect
  • useRef
  • useContext
  • useLocalStorage (custom hook to sustain data between page-refreshes)
  • useBudgetsContextValue (just a wrapper above useContext to get context_value)

Link to Deployed App

https://mujahidali88094.github.io/React_Budgets_App/

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

Budget_and_Expenses managing application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •