Move away from create-react-app because it is no longer maintained and bad practice to use
Why did you make the changes?
To set up auth and allow us to make the /signup route
Screenshots of Proposed Changes Of The Website (if none, delete this section)
Visuals before changes are applied
None
Visuals after changes are applied
![image](https://github.com/user-attachments/assets/76858449-6a5f-42a5-9c52-89216d8edf1c)
Additional information
To test sign in, since we didn't make /signup yet, I injected a dummy user. Username: user@example.com. Password: password
Fixes #15
What changes did you make?
create-react-app
because it is no longer maintained and bad practice to useWhy did you make the changes?
/signup
routeScreenshots of Proposed Changes Of The Website (if none, delete this section)
Visuals before changes are applied
NoneVisuals after changes are applied
![image](https://github.com/user-attachments/assets/76858449-6a5f-42a5-9c52-89216d8edf1c)Additional information
/signup
yet, I injected a dummy user. Username:user@example.com
. Password:password