https://github.com/tusho7/intro-component-with-sign-up-form
https://github.com/tusho7/intro-component-with-sign-up-form
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tusho7/intro-component-with-sign-up-form
- Owner: Tusho7
- Created: 2023-01-10T19:10:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T08:11:20.000Z (about 3 years ago)
- Last Synced: 2025-03-22T20:30:06.629Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://signup-form-44119.firebaseapp.com/
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro Component With SignUp Form
### Table of Contents
- [Prerequisites]
- [Tech Stack](#Tech-Stack)
- [Getting Started](#Getting-Started)
- [Project Structure](#Project-Structure)
- [Deployment](#Deployment)
- [Resources](#Resources)
#
### Prerequisites
-
\_Typescript @4 and up
### Tech Stack
-
_React @ 18.0.26 - front-end framework_
-
Styled-Components @5.1.26 - CSS framework\_
#
### Getting Started
1. First of all you need to clone app repository from github:
```
git clone https://github.com/Tusho7/intro-component-with-sign-up-form
```
2. Next step requires install all the dependencies.
```
npm install
```
#
### Project Structure
```
|--- src
| |--- components # components
| |--- icons # all icons
- package.json # dependency manager configurations
```
#
### Deployment
Before every deployment you need to create build file.
```
npm run build
```
after this you can use this file to deploy project on server.
#
### Resources
- [figma](https://www.figma.com/file/zpZb32QRHlO7iXDLikmQdz/intro-component-with-sign-up-form?node-id=0%3A1&t=zsiLBfAfaKckpUX6-1).