The IdeaBox provides a simple yet effective way for users to create, manage, and organize their ideas, with the ability to star their most valued ideas. The application allows you to input an idea with a title and a body. When users click the save button, a new idea card is created and displayed in the idea container. Then users can decide to star or delete their idea card.
To get the application running you must
- Fork the repository from GitHub
- Copy the SSH link and enter it into your terminal typing "git clone" before the link.
- cd into “ideaBox”
- Open the project in VS Code
- Begin coding!
As a group, the three of us dedicated approximately five hours daily throughout the last six days to our project. Our collaborative approach involved working over Zoom. Initially we began our sessions addressing an issue collectively, and then muting our microphones as we individually tackled specific features. We are currently entering the fifth week of Module 1.
-
Eric Kendrick https://github.com/eric-kendrick
-
Jeremy Pearson https://github.com/jeremypearson08
-
Jaycee Rodriguez https://github.com/jayceeannne
Our learning goals dealt with a broad array of coding skills, including creating functional HTML, CSS, and JavaScript that aligns with the provided design composition. Our biggest challenge was understanding event delegation and learning how to use proper coding practices when it is triggered.
Challenges:
- Event Delegation was our biggest challenge throughout the project.
- CSS was challenging to manipulate at times.
Wins:
- Overcoming the coding struggles we faced throughout the project.
- Having a better understanding on building HTML.