A web app where you can create a quiz and generate a website of quiz on IPFS
- Live Site - https://createyourownquiz.web.app/
- Demo - https://youtu.be/Y82fYef2IjA
- Vue 2
- Vuex 3
- Vuetify
- Fleek Storage (Store a website of the quiz)
- Pinata (Store the quiz images)
- Handshake Domain
- (Fleek Storage) https://github.com/ysongh/Create-Your-Own-Quiz/blob/master/src/views/Home.vue#L162
- (Pinata) https://github.com/ysongh/Create-Your-Own-Quiz/blob/master/src/components/QuestionForm.vue#L123
npm install
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>;
npm run serve
npm run build