Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vibhoursharma/multi-step-form
https://github.com/vibhoursharma/multi-step-form
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vibhoursharma/multi-step-form
- Owner: VibhourSharma
- Created: 2024-03-23T18:25:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:49:03.000Z (9 months ago)
- Last Synced: 2024-04-03T18:51:35.361Z (9 months ago)
- Language: TypeScript
- Homepage: https://multi-step-form-vibhour.vercel.app
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot 2024-04-02 024650](https://github.com/VibhourSharma/Multi-step-form/assets/110191186/166c4097-6bd1-40e4-a9a0-b5abf2f5f14c)
# Multi-Step Form
## Overview
This project tackles the Multi-Step Form challenge from Frontend Mentor using React, TypeScript, and Tailwind CSS. It features a stepper for seamless navigation, toggles for plan selection, checkboxes for add-ons, and toast notifications for user feedback.## Features
- Multi-step form with stepper
- Monthly/yearly plan toggles
- Addon checkboxes
- Toast notifications## Technologies
- React
- TypeScript
- Tailwind CSS
- React Sonner## Learning
Developing this project honed my skills in React, state management, Tailwind CSS for styling, and integrating toast notifications for enhanced user experience.