Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexiszamanidis/alexiszamanidis.github.io
A minimal Portfolio Web page developed using React.js, TypeScript and Material-UI. It is deployed with GitHub pages and uses GitHub REST API to fetch my Personal Data and my Projects.
https://github.com/alexiszamanidis/alexiszamanidis.github.io
docker github-api material-ui portfolio portfolio-website react reactjs typescript
Last synced: about 2 months ago
JSON representation
A minimal Portfolio Web page developed using React.js, TypeScript and Material-UI. It is deployed with GitHub pages and uses GitHub REST API to fetch my Personal Data and my Projects.
- Host: GitHub
- URL: https://github.com/alexiszamanidis/alexiszamanidis.github.io
- Owner: alexiszamanidis
- Created: 2020-12-10T22:50:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T09:49:01.000Z (about 2 years ago)
- Last Synced: 2023-03-04T00:27:03.131Z (almost 2 years ago)
- Topics: docker, github-api, material-ui, portfolio, portfolio-website, react, reactjs, typescript
- Language: TypeScript
- Homepage: https://alexiszamanidis.github.io
- Size: 7.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ALEXISZAMANIDIS.GITHUB.IO
![Node.js CI/CD](https://github.com/alexiszamanidis/alexiszamanidis.github.io/workflows/Node.js%20CI/CD/badge.svg)
A minimal Portfolio Web page developed using **React JS, TypeScript and Material-UI**. It is deployed with **GitHub pages** and uses GitHub API to fetch my Personal Data and my Projects.
![app_diagram](https://user-images.githubusercontent.com/48658768/93704793-cd4b2280-fb20-11ea-8828-9995b23adc8d.png)
### Docker
You can run my Application in a Docker by running the script `runDocker.sh`
```
./runDocker.sh
./runDocker.sh -p 3001 -i alexis-zamanidis -t 2
```**Flags**
| Name | Flag | Default |
| ----- | ---- | ------- |
| PORT | \-p | 3000 |
| IMAGE | \-i | docker |
| TAG | \-t | 1 |You can check out my **old Portfolio Page** [**here**](https://alexiszamanidis.github.io/old_portfolio)