Skip to content

FrontEnd of a Simple App for tracking user Expenses using ReactJS (Used Context Especially)

Notifications You must be signed in to change notification settings

kd1729/Expense-Tracker-ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense-Tracker-ReactJS

A simple ReactJS project for tracking Expenses (used the concept of contextAPI in ReactJS)
https://expense-tracker-app-reactjs.netlify.app/

Context

Context provides a way to pass data through the component tree without having to pass props down manually at every level.

In a typical React application, data is passed top-down (parent to child) via props, but such usage can be cumbersome for certain types of props (e.g. locale preference, UI theme) that are required by many components within an application. Context provides a way to share values like these between components without having to explicitly pass a prop through every level of the tree.

https://reactjs.org/docs/context.html

About

FrontEnd of a Simple App for tracking user Expenses using ReactJS (Used Context Especially)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published