From ae2158154d20396398a12fb076a7246d73a259c0 Mon Sep 17 00:00:00 2001 From: Andor Kesselman Date: Thu, 2 May 2024 21:11:10 +0530 Subject: [PATCH] updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a58f61a..0165950 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ bun dev - [ ] Backup/Sync - [ ] Fix Inputs For Form +* Code + * Other - [ ] Major Refactor. Consider not using Next JS. No reason to use it. @@ -75,7 +77,9 @@ bun dev ## Disclosures -This was also a project for me to get to learn moer about how front end works. The way react manages state, redux, etc, required me to come up the learning curve. There are for sure better ways to handle this. +This was also a project for me to get to learn more about how front end works. The way react manages state, redux, etc, required me to come up the learning curve. + +I'm sure that those more comfortable with front end might gouge out their eyes at some of the patterns. I will try to fix them. ## Alternatives