guvalApps

app.tsPROJECTsrccomponentsapp.tsassetstheme.ts1type Project = { name: string; status: "building" | "ready" }23const buildProduct = async (): Promise<Project> => {4 const idea = await discoverNeed()5 const users = await interviewPeople()67 const plan = defineProduct(idea, users)8 const design = await createExperience(plan)9 const prototype = await validate(design)1011 const app = await buildApplication(prototype)12 await testOnRealDevices(app)13 await auditAccessibility(app)14 await protectUserPrivacy(app)1516 // Hello 👋17 // Someone curious is zooming in18 // to read the code 😉1920 const release = await publish(app)21 const metrics = await measureImpact(release)2223 // Sorry, the code isn't great,24 // it's just for the animation 😉25 // Have a great day, and good luck26 // with your project!2728 return {29 name: "guvalApps",30 status: metrics.stable ? "ready" : "building",31 }32}3334void buildProduct()35export default buildProduct1type Project = { name: string; status: "building" | "ready" }23const buildProduct = async (): Promise<Project> => {4 const idea = await discoverNeed()5 const users = await interviewPeople()67 const plan = defineProduct(idea, users)8 const design = await createExperience(plan)9 const prototype = await validate(design)1011 const app = await buildApplication(prototype)12 await testOnRealDevices(app)13 await auditAccessibility(app)14 await protectUserPrivacy(app)1516 // Hello 👋17 // Someone curious is zooming in18 // to read the code 😉1920 const release = await publish(app)21 const metrics = await measureImpact(release)2223 // Sorry, the code isn't great,24 // it's just for the animation 😉25 // Have a great day, and good luck26 // with your project!2728 return {29 name: "guvalApps",30 status: metrics.stable ? "ready" : "building",31 }32}3334void buildProduct()35export default buildProductTS
PORTFOLIOIntroduction to Guillaume DUVAL, creator of guvalApps and mobile developer (React Native/Expo)
react nativeexpotypescriptgithub
View the portfolio
🚧 Under development 🚧
APPIntroduction to the Pro Bullshit mobile app — a satirical mini-comic reader, webtoon-style, set in the world of studies, work, and professionals.
react nativeexpotypescript
View the showcase site