From cf9e79bbbf6db2190c80526a62ccaaef8c1f334a Mon Sep 17 00:00:00 2001 From: Swayam Agrahari Date: Thu, 24 Oct 2024 22:09:36 +0530 Subject: [PATCH] Day 2 added --- Day-2/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Day-2/README.md diff --git a/Day-2/README.md b/Day-2/README.md new file mode 100644 index 0000000..fa010f3 --- /dev/null +++ b/Day-2/README.md @@ -0,0 +1,15 @@ + +# Day 2 Challenge - Hackweek: Multistep Form + +This repository contains the **Multistep Form** project created for Day 2 of Hackweek. It implements a simple, multi-step user form with validation and navigation between steps. + +## Challenge +- Create a functional multistep form that handles user input across multiple steps. +- Ensure smooth transitions and validations between steps. + +## Contributing +Issues are listed in this repository: [Hackweek Multistep Form Issues](https://github.com/swayam-agrahari/Hackweek-Multistep-Form/issues). Don't wait for anything, start contributing now! + +--- + +Happy Hacking! 🚀