Skip to content

(Browsers 3000) A web app where you can create a quiz and generate a website of quiz on IPFS

License

Notifications You must be signed in to change notification settings

ysongh/Create-Your-Own-Quiz

Repository files navigation

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

About

(Browsers 3000) A web app where you can create a quiz and generate a website of quiz on IPFS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published