Elmütt (screenshot ) is a fresh clone of IdeaBoardz written in Elm.
Front End: Elm 0.17 and Bootstrap 4
Back End: Python 2.7, Flask, Redis, and WebSocket.
Please follow the guide below for running the Python back end locally:
redis-server /usr/local/etc/redis.conf
cat 'REDIS_URL=redis://localhost:6379' > .env
heroku local
- Implement card and list deletion
- Implement card sorting
- Implement drag and drop