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
- Host: GitHub
- URL: https://github.com/z1skgr/z1skgr.github.io
- Owner: z1skgr
- Created: 2023-10-18T15:35:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T08:44:17.000Z (12 months ago)
- Last Synced: 2025-01-23T09:11:28.527Z (9 months ago)
- Topics: bootstrap, css, github-actions, github-page, html, nextjs, portfolio, react, reactjs, resume
- Language: JavaScript
- Homepage: https://z1skgr.github.io/
- Size: 27.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Portfolio Website
C.ziskas
[](https://forthebadge.com)
[](https://forthebadge.com)
[](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
- yarn2. 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!