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

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

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).