https://github.com/tasxatzial/multi-step-form
https://github.com/tasxatzial/multi-step-form
frontend-mentor frontend-mentor-challenge frontendmentor frontendmentor-challenge
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tasxatzial/multi-step-form
- Owner: tasxatzial
- Created: 2024-09-15T08:12:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T08:17:23.000Z (about 1 year ago)
- Last Synced: 2025-01-13T03:09:51.896Z (9 months ago)
- Topics: frontend-mentor, frontend-mentor-challenge, frontendmentor, frontendmentor-challenge
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-step form
A multi-step signup form.
This is a challenge from [Frontend Mentor](https://www.frontendmentor.io/challenges/multistep-form-YVAnSdqQBJ).
## Dependencies
This is a basic React project created with Vite. Install the required dependencies via `npm install`.
## Run locally
Run the development version:
```bash
npm run dev
```Build the project:
```bash
npm run build
```Build & serve the production version:
```bash
npm run serve
```## Screenshots
See [screenshots](screenshots/).