Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5h1ngy/fe-react-portfolio
https://github.com/5h1ngy/fe-react-portfolio
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5h1ngy/fe-react-portfolio
- Owner: 5h1ngy
- Created: 2024-09-11T22:15:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:07:29.000Z (3 months ago)
- Last Synced: 2024-09-18T02:52:23.473Z (3 months ago)
- Language: JavaScript
- Homepage: https://fe-react-portfolio.vercel.app
- Size: 97.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)