Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Flashcards

Simple flashcards app, implemented using firebased database to store card data.

getting started

Demo JSON available in src/Data/cards.json. This app requires a Firebase database containing structured data for the Hanzi you would like to study. The format the application expects out of the box is, as an example:

{
    "cards": [
        {
            "id": 1,
            "eng": "to be",
            "han": "是",
            "pin": "shì"
        },
        {
            "id": 2,
            "eng": "not",
            "han": "不",
            "pin": "bù"
        }, 
        ...

Place firebase connection data in src/Config/Firebase/db_config.js in the following format:

export const DB_CONFIG = {
    apiKey: YOUR_API_KEY,
    authDomain: YOUR_AUTH_DOMAIN,
    ...etc.
}

Credit

This is based on the react-flashcards app built by @wesdoyle in his tutorial.

Other info

This project was bootstrapped with Create React App.

About

React flashcard app based on lesson of the same name by @wesdoyle

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages