Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thekiranmahajan/sign-up-form

Created a Sign-Up page from a figma design using the UI component library Ant Design + Tailwind CSS using React.js
https://github.com/thekiranmahajan/sign-up-form

ant-design antd reactjs tailwind-css vitejs

Last synced: 12 days ago
JSON representation

Created a Sign-Up page from a figma design using the UI component library Ant Design + Tailwind CSS using React.js

Awesome Lists containing this project

README

        

# Sign-Up-Form with React, Tailwind CSS, and Ant Design

This UI project demonstrates a React form for user sign-up using Tailwind CSS for styling and Ant Design for UI components.

## Preview:

![cover](./preview.png?raw=true)

**Live Link: https://sign-up-form-ray.vercel.app**

## Prerequisites

- Node.js and npm installed on your system. You can download them from https://nodejs.org/en

## Installation

1. Clone this repository:

```bash
git clone https://github.com/thekiranmahajan/sign-up-form.git
```

2. Navigate to the project directory:

```bash
cd ./sign-up-form
```

3. Install dependencies:

```bash
npm install
```

## Running the Application

1. Start the development server:

```bash
npm run dev
```

2. Open http://localhost:3000 (or the port specified in your `package.json`) in your browser to view the application.

## Tech Stack

- **React:** A JavaScript library for building user interfaces.
- **Tailwind CSS:** A utility-first CSS framework for rapid styling.
- **Ant Design:** A comprehensive UI component library for React.

**built with ❤️ for React**