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

https://github.com/tusho7/portfolio-sandro


https://github.com/tusho7/portfolio-sandro

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Portfolio

### Table of Contents

- [Tech Stack](#Tech-Stack)
- [Getting Started](#Getting-Started)
- [Project Structure](#Project-Structure)
- [Deployment](#Deployment)
- [Resources](#Resources)

#

### Tech Stack

- _React @ 18.2.0 - front-end framework_
- _Styled-Components @5.3.6 - front-end framework_

#

### Getting Started

1. First of all you need to clone app repository from github:

```
git clone https://github.com/Tusho7/portfolio-sandro.git
```

2. Next step requires install all the dependencies.

```
npm install
```

#

### Project Structure

```
|--- src
|---public images # all images
| |--- # all components
- 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/t2zEkx59xLvUYI1zEyYhVe/single-page-developer-portfolio?node-id=0%3A446&t=KM2wzGjdssdK04ag-0).