You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "My latest project: A school schedule website."
5
+
image: "../../assets/posts/8sched/cover.png"
6
+
imageAlt: "A school schedule website."
7
+
tags: ["school", "smandel", "project"]
8
+
---
9
+
10
+
Check out my latest project: [8sched.pages.dev](https://8sched.pages.dev/)
11
+
12
+
It's a website where everyone in my grade can check their schedule for each day of the week.
13
+
Each time block is separated into their own piece and time blocks that are the same are combined so that it's easier to parse.
14
+
15
+
Right now, the data is manually inputted from me by updating the `.csv` file in the repository.
16
+
In the future, I want to integrate this with the Google Sheets API so that I (and maybe someone else in the future) will be able to maintain this project more easily.
0 commit comments