Mobile app to learn country departments and much more!
Install dependencies
npm install
Launch the app
- with expo app (download the app in the play store)
npx expo start
- with android (SDK)
npm run android
Module represent a country or region of the world.
-
In
data/modules/
duplicate thetemplate
directory and rename it to the name of the contry/region. -
Then rename the
main.ts
to the name of the contry/region. -
Now you can add your module to the
list.ts
file indata/modules
. -
Update your module's name in the export of your module.
You can edit and add quizzes that already exist in each module, in the <module-name>.tsx
.
Each modules are maps. The Map.tsx
file contains a component that renders the map.
You can stock the map data in the data
folder inside the module folder.
Made with contrib.rocks.