Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/5h1ngy/fe-react-portfolio


https://github.com/5h1ngy/fe-react-portfolio

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

![](./docs/preview.png)

This is the repository for my portfolio, It is a vertically scrolling single-page application, divided into various main sections with links.

**requirements**:

- Bash shell (or Git Bash)

- Nodejs v20.x.x

- Yarn v4.x ([setup](https://yarnpkg.com/getting-started/install))

# Setup

1. *install dependencies*

```bash
yarn install
```

2. *run development web server*

```bash
yarn start:dev
```

3. *build for production*

```bash
yarn build:prod
```

# Techs

- *language*: javascript ES6+

- *bundler*: [viteJs *v5.x*](https://vitejs.dev/)

- *framework*: [reactJs *v18.x*](https://react.dev/), [storybook *v8.x*](https://storybook.js.org/)

- *graphic libraries*: [chakra-ui *v2.x*](https://v2.chakra-ui.com/), [sass *v1.x*](https://sass-lang.com/), [apexcharts *v.3.x*](https://apexcharts.com/)