-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df1b914
commit 293d3f2
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Premium Multi-Step Form | ||
|
||
An interactive multi-step form with smooth transitions and navigation buttons, designed for collecting multi-section information and displaying a summary at the end. 📋 | ||
|
||
## Demo | ||
|
||
You can see the live demo of this project [here](https://miladjoodi.github.io/Premium_Multi-Step_Form/). | ||
|
||
## Features | ||
|
||
- Multi-step form with smooth transitions. | ||
- Step-by-step user input with validation. | ||
- Dynamic summary generation at the last step. | ||
- Custom styles with animations. | ||
- Responsive design for all screen sizes. | ||
|
||
## Technologies Used | ||
|
||
- **HTML**: For the structure of the form. | ||
- **CSS**: For custom styling and animations. | ||
- **JavaScript**: To handle form step transitions, validation, and summary generation. | ||
- **Tailwind CSS**: For responsive layout and utilities (optional if you'd like to integrate Tailwind for styling in future updates). | ||
|
||
## How to Run | ||
|
||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/miladjoodi/Premium_Multi-Step_Form.git | ||
``` | ||
|
||
2. Open the `index.html` file in your web browser. | ||
|
||
## Installation | ||
|
||
If you want to contribute or modify the project locally: | ||
|
||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/miladjoodi/Premium_Multi-Step_Form.git | ||
``` | ||
|
||
2. Open `index.html` in a web browser to view the form. | ||
|
||
## Contributing | ||
|
||
Feel free to open issues and send pull requests for any improvements or fixes. Contributions are always welcome! | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |