Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thekiranmahajan/sign-up-form
- Owner: thekiranmahajan
- Created: 2024-06-06T11:00:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T15:28:55.000Z (8 months ago)
- Last Synced: 2024-11-29T02:29:39.304Z (2 months ago)
- Topics: ant-design, antd, reactjs, tailwind-css, vitejs
- Language: JavaScript
- Homepage: https://sign-up-form-ray.vercel.app
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**