Skip to content

Instantly share code, notes, and snippets.

View yannsonnboys's full-sized avatar
👨‍💻
Working on new SAAS project...

Yannick Yemo yannsonnboys

👨‍💻
Working on new SAAS project...
View GitHub Profile
@DevAntonioRogers
DevAntonioRogers / data.ts
Created March 15, 2024 03:00
Next.js 14 Quiz App
export const quiz = {
totalQuestions: 20,
questions: [
{
id: 1,
question: 'What is the result of `typeof typeof 1`?',
answers: ['number', 'string', 'object', 'undefined'],
correctAnswer: 'string',
},
{
@adrianhajdin
adrianhajdin / constants.js
Created March 3, 2023 09:28
Build and Deploy an Amazing 3D Web Developer Portfolio with ThreeJS | React Three Fiber
import {
mobile,
backend,
creator,
web,
javascript,
typescript,
html,
css,
reactjs,