You are browsing as a guest. Sign up (or log in) to start making projects!

study Lock

  • 3 Devlogs
  • 5 Total hours
Open comments for this post

3h 47m 18s logged

So far, there is three main sections: Home, Schedule, and Focus, with working navigation that allows the user to switch between them.
On the Home page, the user enter the name of their exam and select the exam date. They can also add topics they need to cover. These topics are stored in a list and displayed as tags, and the user can remove any topic by clicking the × button. I implemented this using JavaScript arrays and dynamic rendering of HTML elements.
I also began working on the schedule generation feature. The idea is that when the user clicks generate schedule, the app calculates how many days are left until the exam, creates a day-by-day plan, distributes the topics across the available study days, and automatically reserves the last one or two days for review and a final practice test. The full schedule should appear on the Schedule page, while the tasks for the current day are shown on the Home page.
The Focus section (which will later contain a timed study session with a lock mode) is still empty and not yet functional.

0
0
9

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…