Mossery Intern - Take Home Test in making an interactive form using React, consisting of 4 pages, Welcome page, Personal Details page, Date of Birth page, and Agreement and submission page
- JavaScript
- React
- axios
- formik
- react-datepicker
- react-router-dom
- react-modal
- yup
- Clone this repository
- Go to this project
cd mossery-test
- Do
npm install
oryarn install
- Install all dependencies with
npm <dependency-name>
- Do
npm start
oryarn start