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

https://github.com/ew-endwall/e-portfolio

A portfolio application that organizes the data coming through the API into catalogs, explains the experiences, lists the features and technologies used.
https://github.com/ew-endwall/e-portfolio

portfolio portfolio-page portfolio-project portfolio-site portfolio-template portfolio-website react react-portfolio reactjs tailwind tailwind-css tailwindcss

Last synced: about 2 months ago
JSON representation

A portfolio application that organizes the data coming through the API into catalogs, explains the experiences, lists the features and technologies used.

Awesome Lists containing this project

README

          



Logo


E-Portfolio


vite | react | tailwind


(responsive)




# Table Of Contents

- [About](#about)
- [Screenshot](#screenshot)
- [Dark](#dark)
- [Light](#light)
- [Quick Installation](#quick-installation)
- [React](#react)
- [React Install](#react-install)
- [React Development](#react-development)
- [React Build](#react-build)
- [License](#license)

# About

In order to exhibit my experiences and skills in the software development process, this project will help you. It allows you to list various projects and work.

- Dark and bright mode feature
- Portfolio data are provided via Api

# Screenshot

## Dark



## Light



# Quick Installation

## React

```bash
$ cd ./react/
```

### React Install

```bash
$ npm install
```

or

```bash
$ yarn install
```

or

```bash
$ pnpm install
```

### React Development

```bash
$ npm dev
```

or

```bash
$ yarn dev
```

or

```bash
$ pnpm dev
```

### React Build

```bash
$ npm build
```

or

```bash
$ yarn build
```

or

```bash
$ pnpm build
```

# License

Distributed under the Apache-2.0 License. See [LICENSE](https://github.com/EW-EndWall/portfolio/blob/main/LICENSE) for more information.