From 3dfd8024e2779a5a15e57e89bd00a9d0ae21f963 Mon Sep 17 00:00:00 2001 From: Ishika Prasad Date: Mon, 23 Mar 2026 10:26:34 +0530 Subject: [PATCH] Added Expense Tracker with Charts project to Tier-2 section Added a new intermediate-level project that uses React and charts for expense tracking. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78b01bc..19e2a35 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ required to complete them. | Name | Short Description | Tier | | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | +| [Expense Tracker with Charts](https://www.youtube.com/watch?v=XuFDcZABiDQ) | Track income and expenses with visual charts using React | 2-Intermediate | | [Airbnb Clone Application](https://www.youtube.com/watch?v=IQaCL8_bwA4&list=PLgxM_xd-x_qHa6ErJkxh4wIRc7Q36AMfC&index=7) | A React App for Airbnb Home page Clone | 2-Intermediate | | [TMDB Movie App](https://www.youtube.com/watch?v=ufodJVcpmps) | An interactive Movie Database app using ReactJS. | 2-Intermediate | | [Github Jobs App](https://www.youtube.com/watch?v=fxY1q4SCB64&list=LL&index=2) | A GitHub Jobs App using React Hooks and Github API | 2-Intermediate |