Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thagoo/multi-stepped-form

ReactJS Stepped form with steps progress on top.
https://github.com/thagoo/multi-stepped-form

Last synced: 13 days ago
JSON representation

ReactJS Stepped form with steps progress on top.

Awesome Lists containing this project

README

        

## 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
```

2. Navigate to the project directory:

```
cd stepped-form
```

3. Install dependencies:

```
npm install
```

4. Build the project

```
npm run build
```

5. Run the production server locally

```
npm start
```

or

4. 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!