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: 4 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T19:29:15.000Z (about 2 years ago)
- Last Synced: 2025-01-11T08:13:06.985Z (6 months ago)
- Topics: react, styled-components, typescript
- Language: TypeScript
- Homepage: https://erickks.github.io/react-multi-step-form/
- Size: 1.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme-gif.gif
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