Learning and Development: React Expense Tracker
Find a file
Sakthi Santhosh 5e24d00ffa
add preview
2024-01-22 09:11:27 +00:00
assets add preview 2024-01-22 09:11:27 +00:00
src initial commit 2024-01-22 09:06:11 +00:00
.eslintrc.cjs initial commit 2024-01-22 09:06:11 +00:00
.gitignore initial commit 2024-01-22 09:06:11 +00:00
index.html initial commit 2024-01-22 09:06:11 +00:00
package-lock.json initial commit 2024-01-22 09:06:11 +00:00
package.json initial commit 2024-01-22 09:06:11 +00:00
README.md add preview 2024-01-22 09:11:27 +00:00
vite.config.js initial commit 2024-01-22 09:06:11 +00:00

Learning and Development: React Expense Tracker

This is a simple single page expense tracker application built with React library.

  • Author: Sakthi Santhosh
  • Created on: 22/01/2023

Preview

App Preview

Issues

  1. The GlobalContext provider is subscribed by Balance, History and Transaction components. There is an unnecessary re-rendering of the Transaction component when a HistoryCard component is deleted. This is due to the fact that React re-renders all the components that have been subscribed to the GlobalContext provider.