This is a simple React form. I used React Hook Form and React Context to manage and store state for two forms across the application. The animation of the transition between each pages is created by Framer Motion.
View Demo - Source Code - My Blog
- React Hook Form
- React Context
- React Animation: Framer Motion
- React Router
- Install dependencies
npm install
- Srart the app
npm start