Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.68 KB

File metadata and controls

43 lines (30 loc) · 1.68 KB

GoogleFormsApp - using Expo Router, TypeScript and zod

Building a GoogleForms app in React Native is a practical way to learn UI design, state management, and form validation using React Hook Form and @hookform/resolvers. By incorporating Zod for data validation and Expo-Router for navigation, it's an excellent project for aspiring developers to enhance their skills and build real-world mobile applications.

Use expo-router to build native navigation using files in the app/ directory.

🚀 How to create Expo app

npx create-expo-app@latest GoogleForms -e with-router

🚀 How to clone this repo

git clone https://github.com/nikul6/GoogleForms.git

and then install node-modules

npm install

and then run the expo app

npx expo start

🚀 UI

PersonalInfo DeliveryInfo PaymentInfo
alt text alt text alt text

📝 Notes