Skip to content

FlogFr/FlashCard

Repository files navigation

FlashCard

Open-source Website for FlashCard.

The website helps language students to improve their vocabulary. Students create their own dictionary online. The vocabulary is available as FlashCard. Using the vocabulary created, the user can take quizzes on it.

The source code is open source, and available on the github platform. Open Source means that if you require a feature or you're experiencing a bug, you can browse the code and contribute to the project.

The main instance hosted online is available here. You can also, if you're a bit techie, host your instance yourself. I can provide you some script to deploy your instance. I'm personally using posixcube, debian package and sqitch to automate my deployment.

This is also my laboratory to experiment with new technologies. This project has been done with Haskell, Servant, YeshQL, PostgreSQL (10+) for the backend, and ELM 0.19 for the frontend.

I hope this project will give some light around these great technologies, helping newcomers to find out how to use them.