Skip to content

Appli mobile pour apprendre les département français et leur numéro !

Notifications You must be signed in to change notification settings

LorisCaruhel/Appli_quizz_departement

Repository files navigation

Geo quiz application

Mobile app to learn country departments and much more!

Table of contents

  1. Setup
  2. Add content
    1. Create new module
    2. Quizzes
    3. Maps
  3. Credits
  4. Contributors

Setup

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

Add content

Create new module

Module represent a country or region of the world.

  1. In data/modules/ duplicate the template directory and rename it to the name of the contry/region.

  2. Then rename the main.ts to the name of the contry/region.

  3. Now you can add your module to the list.ts file in data/modules.

  4. Update your module's name in the export of your module.

  5. Create your quizzes and your map.

Quizzes

You can edit and add quizzes that already exist in each module, in the <module-name>.tsx.

Maps

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.

Credits

Contributors

Made with contrib.rocks.

About

Appli mobile pour apprendre les département français et leur numéro !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published