Inspiration
I was inspired to make a checklist project while talking to my Mom, when she suggested I come up with ideas that would help me in my daily life; I tend to be very forgetful, so I thought a simple checklist project would be perfect as well as being a nice simple task for my first hackathon.
What it does
You can enter tasks that you need doing that then get added to a list, and when you complete them, you can click a button to remove them from the list.
How we built it
I built it as a web app using React, using its in built features to accomplish the needed functionalities.
Challenges we ran into
The main challenge I ran into was the process of deleting the tasks, as they are stored in a separate file from App.js and I was not familiar with how to properly pass information around files like that.
Accomplishments that we're proud of
The main accomplishment that I am proud of is simply overcoming the challenge that I stated in the last section.
What we learned
I learned a much deeper understanding of how React actually works as well as getting a better grasp on how to use tools such as the chrome developer console.
What's next for RememBrain
The next logical step would be a simple user account system and hooking the tasks up to a database so that the tasks could be accessed from anywhere by multiple users based on their account.
Log in or sign up for Devpost to join the conversation.