Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/alexkorban/al-fine-rails
- Owner: alexkorban
- Created: 2023-10-15T01:08:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T01:12:22.000Z (about 1 year ago)
- Last Synced: 2024-05-01T20:45:19.974Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)