Devlog 2 - Adding Subjects
NOW I started working on the first main feature of the Study Planner…..
I used Java to connect the form with the page
Now when a user enters a subject name and clicks the Add Subject button, the subject is shown in the subjects section.
I also added the exam date to each subject card. If the user does not select an exam date, the boxwill show that no date has been set.
At first, I tested the form with different inputs to make sure it was working correctly. I noticed that users could try to submit an empty subject name, so I added a simple check to prevent that.
I also updated the design of the subjects section a little.
Each subject now appears inside its own box,
which makes the information easier to read and keeps the page organized.
After testing everything a few times,
I fixed some small spacing issues and made sure the form clears itself after a subject is added.
Users can add subjects without refreshing the page, which is an important step before adding more features in future updates.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.