Basic forms flow to collect customers' addresses, built with react
Collecting addresses
Basic forms flow to collect customers’ addresses
Tech Stack
- TypeScript
- React
- Redux
- React Router
- Formik
- Yup
- Material UI
Deployment
This project was deployed at https://addresses-collections.vercel.app
Run Locally
Clone the project
git clone https://github.com/cristianblar/adresses-collections
Go to the project directory
cd adresses-collections
Install dependencies
yarn install
Start the server
yarn start