Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thagoo/multi-stepped-form
- Owner: Thagoo
- Created: 2024-04-02T16:18:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T17:05:29.000Z (9 months ago)
- Last Synced: 2024-11-07T21:13:52.058Z (2 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!