Skip to content

cyoojin513/flashcard-app

Repository files navigation

Flashcard

a project by Yoojin Cheong

About

Flashcard is an app that helps you memorize while studying. All you need to do is making your own 'quiz', just like writing on flashcards.

Instruction

  • To set up the frontend and backend, from the root directory, run:
$ npm install --prefix client
$ bundle install
  • Please make your own quizzes in the format as written in the seed.rb.



  • After completing writing quizzes, please run the Rails application in one terminal by running:
$ rails s
  • Then, open another terminal and run React:
$ npm start --prefix client

Features

  • Next: Generating a random question. You should click it whenever a next question is needed.

  • Submit: Please click after you wirte an answer.

  • Answer: Please click the answer button if you can't come up with an answer

Revising

When you find a mis-spelled question or want to change it, there is an easy way to query the database. When you open the console, it will give you the ID number the current question belongs to, making it easy to search the database.



Please check my blog post for more details! -> blog post

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published