From ecdf8059eb105fccbaabb5d1347c7ac8504d4698 Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Mon, 5 May 2025 20:21:58 -0400 Subject: [PATCH] update readme with new plan --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 54441bd..850888e 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,8 @@ +## Final Project Plan Update +After thinking it over more, I am going to try building a webserver for user interaction. Whether that becomes big enough to be the whole final project, or I add a website to it, I don't know yet. + + +## Original Plan I'm going to build a car dealership interface. You can log in as a dealer or buyer. Both have inventories, but only dealers can add cars, and only buyers can add money. Buyers can buy cars from dealers. There are two files, one for users and one for transactions, that store the state of the system between sessions.