Back to Projects

Weeklies

A minimal calendar app tailored for weekly-reoccurring events

2022-12-28
Weeklies

See it in action:

https://blloop.github.io/weeklies-alpha

This application was a side project of mine to create a minimalistic calendar app to track weekly recurring events. Instead of having multiple events for every repeated event, you would just have one to represent it, hence the name "weeklies".

The entire project is a minimally sized frontend web application created using React.js. Event data is stored in the browser's storage and can also be imported and exported as a json. A minimal release includes everything compiled in a single html file for ease of use across systems.

In the future, I plan on creating a revamped version that improves on many of the issues that exist in this version. Specifically, this would focus on improving the ease of input to improve the usability. The current version requires you to select the starting time cell and manually change the duration using buttons.

An improved version would have a draggable canvas to highlight the time range. Another potential feature would be to represent recurring events across the week, preventing the need to create separate events for things that occur multiple times a week.