Live demo: https://readindo.candys.page
See the story and all the features in this post: https://blog.candys.page/learn-indonesian-with-readindo
ReadIndo is a tool to help you learn Indonesian through reading text and videos of your choice!
-
Auth0 account - Check this article on how to fill out the Auth0 environment variables
-
MongoDB - The demo is currently using the free plan here on MongoDB
-
Rapid API account - Microsoft Translator Text for the translations
Please fill in the .env.example
file and save it as .env.local
to run in development environments.
- Create new database
readindo
- Create a collection
words
npm install
# or
yarn
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
ReadIndo is an open source project so you're more than welcome to contribute ideas, report issues or send in pull requests!