From 16c0813d1330a0e56489e722a594be303712d063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Wed, 25 Apr 2018 14:15:48 +0200 Subject: [PATCH] Add note about project status to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e0e5d6d..d18eb6d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ This is just meant for exploration. If you want to see something more serious, take a look at [airsonic-ui](https://github.com/airsonic/airsonic-ui). +## Implemented so far + +* Login +* Welcome screen (most recently played) +* Artist detail +* Album detail +* Play Track w/ next and previous +* Currently playing notification + ## Development The project is written in [ClojureScript](https://clojurescript.org/) and uses [re-frame](https://github.com/Day8/re-frame) for structure and peace of mind. The build tool is [shadow-cljs](https://shadow-cljs.github.io/docs/UsersGuide.html), which offers nice editor integration and interoparibility with the whole JavaScript ecosystem.