A webapp to help learn a language using repetitive learning.
For live demo check-out https://memoriser.vercel.app/
- Node
- npm
- git
- clone the repo
- go into the repo
cd Memoriser
- Install dependencies
npm install
- start the server
npm run dev
- Users can add a word and its translated meaning
- Users can add a sentence and its translated sentence
- Once the sentences are added users can get a random sentence and have to choose from translated words to create translated sentence.
- Users can create their account and save their progress.
Svelte has been used to make the frontend of the project. Strapi is used for managing backend.