Build a simple React application such as a To-Do list or weather app.
Create a simple To-Do list application using React.
Add functionality to add, mark as complete, and delete tasks.
Store the tasks in the component's state.
Use useState and useEffect hooks in your application.
2/8/2025:
made & filled the README file 16:00
installed React & dependancies 16:00 - 16:30
2/10/2025:
turns out react didn't install correctly, so I have to do it again 13:30 - 15:30
have React all set up, just need to actually fill it now 15:30
2/11/2025:
I messed up some branch, so I need to delete and undelete it 14:00 - 14:30
okay so, it turns out making the react app, just makes the 'server' folder
(what I named my react app) be a remote, linked to my 'module3' folder.
so you can't view the contents of 'server' from github. but it still works?
So I'm back to where I was earlier, yesterday great :/ 14:40
working on the App.js file 14:40 - 16:00
I have something, it's rough, and looks bad, likely gonna change it later.
so, I broke it up into different files, and it boots correctly now 16:00 - 17:30
working on functionality (add, edit, and delete) 18:00 - 19:00
2/12/2025:
finally fixed it, I have it working 10:00 - 12:20
setting up React was weird, and counterintuative, I know it shouldn't be this hard, and I'm likely misunderstanding something
I had to sort of, follow a bunch of online walkthroughs on how to do this, and I also had to forcable load an objet into the tasklist for it to function