Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexkorban/al-fine-rails

Minimal app for tracking music practice. Experimenting with Rails 7.1 together with Hotwire for that smooth SPA feel, and Tailwind. Not production quality code!
https://github.com/alexkorban/al-fine-rails

Last synced: 6 days ago
JSON representation

Minimal app for tracking music practice. Experimenting with Rails 7.1 together with Hotwire for that smooth SPA feel, and Tailwind. Not production quality code!

Awesome Lists containing this project

README

        

# Features

- Add and remove items from the practice list
- For each item, I want to be able to record when I practised it
- For each item, display the last 7 days of practice (yes/no)

Main page:
![AL FINE screenshot](./screenshot2.png)

Adding a new piece:
![AL FINE screenshot](./screenshot1.png)