Flashcards to memorize species (by @dat)

Goal of the tool: did a small app to have kind of a flashcards app to learn species. Kind of based on Anki https://apps.ankiweb.net/. The idea is to help people memorize the species in a certain area.

Niche it fills in the iNaturalist ecosystem: iNaturalist helps in identifying species and has a lot of information about every specie. The idea of the app is to help memorize the existing species so when visiting a place you already have some idea of what can be found there.

Is there a commercial component, or do you plan into include one in the future? Are donations requested? (yes/no, explain): no commercial use. Did it for a personal purpose as a POC, but potentially will improve it for more people to use and so.

What sort of data (if any) does your app collect from its users?: nothing, everything gets stored locally (browser local storage)

Link to your iNaturalist profile: https://mexico.inaturalist.org/people/dat

Description: I did a flashcards app, it is a PWA so it can be installed. The idea is to select an area, a taxon (aves, insecta, etc) and the app will show a random selection of the “top 50 species”, “top 100” (etc), every time the user opens the app. It uses the idea of Anki, to reinforce the species that are difficult to remember. Maybe at some point I’ll publish it as an app in the PlayStore or something. Git: https://github.com/nobeeakon/inat-birds-pwa-test

Discussion questions or areas seeking feedback: Right now it is just an app I did for personal use (so UI/UX is not particularly good and some features are still in development), but happy to improve it if people find it useful/relevant https://nobeeakon.github.io/inat-birds-pwa-tes , yet, think something like this would be a good addition to the existing apps.

1 Like

Welcome to the forum, Daniel!

Also see:

https://forum.inaturalist.org/t/alkas-free-app-for-remembering-species-after-you-observe-them-by-orangemycena/

https://forum.inaturalist.org/t/please-create-a-feature-to-make-flashcards-from-a-selection-of-species-descriptions/

https://forum.inaturalist.org/t/generate-flashcards-based-on-a-search-or-a-group-id/

3 Likes

thanks @AdamWargon , I wasn’t aware of these previous discussions, happy to know this was something people actually cared. Yes, think it is something similar to https://alkas.app but kind of simpler in how it obtains and saves the data, no login, no decks. The basic flow is to define an area, select a taxa, select a filter (top 50, top 100, etc), and the rest is dynamic data fetching based on those parameters + some data stored locally on the device.

1 Like