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.
- Host: GitHub
- URL: https://github.com/ew-endwall/e-portfolio
- Owner: EW-EndWall
- License: apache-2.0
- Created: 2024-02-29T13:31:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T14:03:20.000Z (over 1 year ago)
- Last Synced: 2025-01-21T15:50:38.520Z (over 1 year ago)
- Topics: portfolio, portfolio-page, portfolio-project, portfolio-site, portfolio-template, portfolio-website, react, react-portfolio, reactjs, tailwind, tailwind-css, tailwindcss
- Language: JavaScript
- Homepage: https://e-portfolio-endwall.vercel.app
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.