Skip to content

A simple website to easier keep track of which groups of Leitner box cards you're supposed to review today

License

Notifications You must be signed in to change notification settings

SvDvorak/LeitnerCalendar

Repository files navigation

Logo


Leitner Calendar

A simple website for you to help keep track of which group of Leitner flash cards to review today. Check it out at leitnercalendar.anwilc.com

I created this because I like using physical flashcards but I don't want a physical calendar you have to keep up to date. So this page does it for you!

Just put in the day you started and it'll tell you what group you need to review. If you have cookies allowed it will remember what start date you put in previously.

Implementation

It's a simple static webpage built upon Vue.js combined with Typescript, packed using webpack and then hosted within a Docker container running Nginx.

Steps to host locally

  1. Install Docker if you don't already have it
  2. Run docker-compose up. This will require usage of port 80 but you can change that in the docker-compose.yml configuration.
  3. Go to localhost

Note that there is a docker-compose.prod.yml, it assumes there is a network called production that has a reverse proxy container that will forward requests. That's why port 80 isn't exposed outside the docker swarm in production.

About

A simple website to easier keep track of which groups of Leitner box cards you're supposed to review today

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published