Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.46 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.46 KB

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