Hey all,
I just released a single-page site called Shinkoku, which allows you to get and view the items you’ve gotten correct less than 80% of the time. I built this because I wanted to have someplace to see the items I’m sucking at and be able to study them whenever I get spare amounts of time. But another big reason why I built this is because I’m teaching myself React and wanted to build something simple and useful for myself. As such, I also released this as open source in case anyone is interested in looking at the code and maybe even help out. My Javascript skills are not stellar, but I got something to work so it can’t be that bad, right?
Anyway, I hope someone else can find this site useful!
Site: http://shinkoku.dennmart.com/
Github repo: https://github.com/dennmart/shinkoku
---------------
Changelog:
August 2, 2015
- Initial release!
- When you enter your API key, the key will be part of the URL so you can bookmark it and don’t need to save it again. Alternatively you can go directly to your items by going to
http://dennmart.com/shinkoku/#/<your API key>(The hash symbol is important here!). - Added a simple counter to display how many items are shown (including when filtered).
- Added a modal with additional information and a link to the respective WaniKani page when clicking on any item.
- Shinkoku is now in a subdomain! If you had the site bookmarked you should be redirected. You’ll need to re-enter your API key if you had that bookmarked - you should then update your bookmark with the updated URL and API key.
- A few backend changes in the code (React / React Router upgrades, using browser history instead of hash history for ‘pretty URLs’).


