Skip to content

shadowinhaze/art-quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ART QUIZ

Card_Outline

Do you want to shine with your knowledge of visual art? This little quizlet-format app will help you remember as much as possible.

This app is part of the learning process in RSS.

💡 You can use ready deploy or run your own version:

  1. Copy repo in a convenient for you way.
  2. Install the dependencies.
  > npm i
  1. Run the app.
  > npm run start
  1. You can continue develop app with:
  > npm run dev
  1. You can build app and deploy you own instance with:
  > npm run build

You will get ready bundled app in art-quiz folder.