Giter Site home page Giter Site logo

matheusdoedev / multi-step-form-vue Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 147 KB

It is a frontend mentor challenge, a multi step form, made with vue.

Home Page: https://multi-step-form-vue.vercel.app/

License: MIT License

JavaScript 43.01% TypeScript 12.89% HTML 1.13% Vue 39.30% SCSS 3.45% Dockerfile 0.23%
frontend-mentor pinia sass tailwindcss typescript vue

multi-step-form-vue's Introduction

Multi Step Form Vue

Overview

The challenge

Users should be able to:

  • Complete each step of the sequence
  • Go back to a previous step to update their selections
  • See a summary of their selections on the final step and confirm their order
  • View the optimal layout for the interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page
  • Receive form validation messages if:
    • A field has been missed
    • The email address is not formatted correctly
    • A step is submitted, but no selection has been made

Installation

0. Clone the project

git clone [email protected]:matheusdoedev/multi-step-form-vue.git

Running project in development mode

0. Install dependencies

npm install

# or

yarn

1. Run project

npm run dev

yarn dev

Running project in production mode with Docker & Docker Compose

0. Build image

docker build -t multi-step-form-vue .

1. Run container

docker run -d -p 4173:4173 --name multi-step-form-vue multi-step-form-vue

Running project in production mode without Docker

0. Install dependencies

npm install

# or

yarn

1. Build project

npm run build

yarn build

2. Run project

npm preview

yarn preview

Technologies

Contributing

  1. Fork it (<[email protected]:matheusdoedev/multi-step-form-vue.git>)
  2. Create your feature branch (git checkout -b feat/fooBar)
  3. Commit your changes following conventional commits pattern (git commit -am 'feat: add some feature')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

multi-step-form-vue's People

Contributors

matheusdoedev avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.