Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.22 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.22 KB

Create Your Own Quiz

A web app where you can create a quiz and generate a website of quiz on IPFS

Technologies

  • Vue 2
  • Vuex 3
  • Vuetify
  • Fleek Storage (Store a website of the quiz)
  • Pinata (Store the quiz images)
  • Handshake Domain

Links to example use of IPFS

Project setup

npm install

Create a file called 'config.js' on the src folder and add the following code

export const fleekAPIKey = "<Get API Key from Fleek>";
export const fleekAPISecret = "<Get API Secret from Fleek>";
export const pinataApiKey = "<Get API key from Pinata>";
export const pinataSecretApiKey = "<Get API Secret from Pinata>;

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Helpful Links