Skip to content

Building a GoogleForms app in React Native with React Hook Form, @hookform/resolvers, Zod, and Expo-Router is an excellent learning project for aspiring developers.

Notifications You must be signed in to change notification settings

nikul6/GoogleForms

Repository files navigation

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

About

Building a GoogleForms app in React Native with React Hook Form, @hookform/resolvers, Zod, and Expo-Router is an excellent learning project for aspiring developers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published