Thagoo / multi-stepped-form

ReactJS Stepped form with steps progress on top.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Overview

Stepped form.

Live Demo

https://main--keen-marigold-036edd.netlify.app/

Project Implementation

The web page has been developed using ReactJS and TailwindCSS..

The following technologies and best practices have been employed:

  • Javascript, ReactJS and TailwindCSS: The project utilizes a combination of these technologies to create a responsive and visually appealing web page.

  • Responsive Design: The webpage is designed to be fully responsive and should adapt seamlessly to various device widths without any breakage.

  • Components and Containers: Proper use of components and containers has been maintained to ensure code modularity, scalability and reusability.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/thagoo/stepped-form.git
  1. Navigate to the project directory:
cd stepped-form
  1. Install dependencies:
npm install
  1. Build the project
npm run build
  1. Run the production server locally
npm start

or

  1. Run the development server:
npm start

This will start the respective server, and you can view the webpage by accessing http://localhost:3000 in your browser.

Thank you for checking out my project!

About

ReactJS Stepped form with steps progress on top.


Languages

Language:JavaScript 91.7%Language:HTML 7.8%Language:CSS 0.6%