From c06500a9c19d87e9041a2ab26536ebf92bc31323 Mon Sep 17 00:00:00 2001 From: vanshika462 <35446219+vanshika462@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:30:29 +0530 Subject: [PATCH] Expense Tracker App --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a8c415..f77cf79 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,9 @@ A manager at a high end restaurant needs an app to help manage the restaurants c Using the YouTube API, your app should be able to take in a search string and return the videos for that search. For example, if I wanted to watch David Bowie's Starman, it should return just those videos. However, if I'm not being picky and just want to listen to David Bowie, it should return any number of results that pertain to Bowie. An added feature would be able to have it choose at random what video is returned, or limit how many results are returned in one search. +### Expense Tracker + +An app to track expenses and set goals. Option to connect it to bank or third party payment apps to keep a track of your expenses. Categorizing expenses and showing how well the user is keeping up with their goals. ## License