Skip to content

Anki/Flash card application powered by an Airtable backend

Notifications You must be signed in to change notification settings

frubesss/fumble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fumble

Anki/Flash card application powered by an Airtable backend.

This was created for TotallyMoneys HackDay 2020.

The premise being that anybody who wants to learn about TotallyMoney and its employees can access the application and view facts in a flash card format when they have a bit of downtime.

It can be amended however for the cards to display whatever you like.

Development

  • Install dependencies:
npm install

or 

yarn install
  • Create an Airtable with any base name you want with the fields CardTitle and CardDescription.

  • Extract the Airtable api key from here and the base id from here and create a .env file in the root of the application with the environment variables:

AIRTABLE_API_KEY=
AIRTABLE_BASE_KEY=
  • Populate both CardTitle and CardDescription in your Airtable with any text you want.

  • Run the application

npm dev

or

yarn dev

Author

👤 Craig Robertson

Inspiration

Technology