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

https://github.com/z1skgr/z1skgr.github.io

Portfolio - Personal Homepage
https://github.com/z1skgr/z1skgr.github.io

bootstrap css github-actions github-page html nextjs portfolio react reactjs resume

Last synced: 7 months ago
JSON representation

Portfolio - Personal Homepage

Awesome Lists containing this project

README

          


Portfolio Website

C.ziskas


[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)  
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)  
[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com)  

## TL / DR

You can fork this repo. Make changes of your own. Please give me proper credit by linking back to [C.Ziskas](https://github.com/z1skgr). Thanks!

## Built

My personal folio cziskas which features some of my github projects as well as my resume and technical skills.

This project was built using these technologies.

- React.js
- Node.js
- Express.js
- CSS3
- VsCode

## Features

**📖 Multi-Page Layout**

**🎨 Styled with React-Bootstrap and Css customizing colors**

**📱 Fully Responsive**

## Getting Started

Clone down this repository. You will need `node.js` and `git` installed globally on your machine.

## 🛠 Installation & Setup

1. Installation: `npm install`

2. In the project directory, you can run: `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.

## Deploy

1. Installation: `npm install`
- node
- npm
- yarn

2. In the project directory, you can run: `yarn start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.

3. Run commands:
```
git remote add
git push --set-upstream origin master
yarn add gh-pages
```

4. Edits on `package.json`
```
"predeploy": "npm run build", <----------- #1
"deploy": "gh-pages -d build", <---------- #2
```

5. Github, runs the build process and publishes a website using [GitHub pages](https://pages.github.com/). Follow
[Deploy steps](https://www.geeksforgeeks.org/deployment-of-react-application-using-github-pages/) for more information.

6. Execute deploy `npm run deploy`

## Usage Instructions

Open project folder and Navigate to `/src/components/`.

You will discover all the components used. Edit your information accordingly to your demands.

### Show your support

Give ⭐ if you like this site!