Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erickks/react-multi-step-form
- Owner: ErickKS
- Created: 2022-09-29T21:02:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T15:35:39.000Z (over 1 year ago)
- Last Synced: 2023-04-28T20:33:48.236Z (over 1 year ago)
- Topics: react, styled-components, typescript
- Language: TypeScript
- Homepage: https://erickks.github.io/react-multi-step-form/
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
⚜️ M U L T I - S T E P F O R M ⚜️
Project |
Technologies |
Features
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