Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erickks/react-multi-step-form

A basic multi-step form
https://github.com/erickks/react-multi-step-form

react styled-components typescript

Last synced: 2 days ago
JSON representation

A basic multi-step form

Awesome Lists containing this project

README

        


⚜️ M U L T I - S T E P   F O R M ⚜️



Project   |   
Technologies   |   
Features



project gif


live demo



## 📚 Project

This basic form is planned to obtain user data and show them at the end.


It also validates the values inserted by the user, avoiding going to the next step with incorrect data.


## 🖥 Technologies
* [React](https://reactjs.org/)
* [TypeScript](https://www.typescriptlang.org/)
* [React Router](https://reactrouter.com/en/main)
* [Styled Components](https://styled-components.com/)


## 🧾 Features
- [x] Input validation
- [x] Get input field value
- [x] You can edit your data
- [x] If validation is done and something is wrong, you'll be stopped from proceeding to the next step
- [x] Responsive