Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiladJoodi authored Dec 6, 2024
1 parent df1b914 commit 293d3f2
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions README.md
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.

0 comments on commit 293d3f2

Please sign in to comment.