This is a single-page, multi-step form where you can customize your subscription plan. Once the data is filled for each step, it is stored in a global state and that means you can go back and forth between each step and change it accordingly!
Technologies used for this project:
Clone this repository and access the directory.
# Instaling dependencies
$ npm install
# Executing the application
$ npm run dev