/z1skgr.github.io

Portfolio - Personal Homepage

Primary LanguageJavaScript

Portfolio Website
C.ziskas


forthebadge   forthebadge   forthebadge  

TL / DR

You can fork this repo. Make changes of your own. Please give me proper credit by linking back to C.Ziskas. 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 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 to view it in the browser. The page will reload if you make edits.

  1. Run commands:
git remote add <name-of-remote> <url-of-repository>
git push --set-upstream origin master
yarn add gh-pages
  1. Edits on package.json
"predeploy": "npm run build", <----------- #1
"deploy": "gh-pages -d build", <---------- #2
  1. Github, runs the build process and publishes a website using GitHub pages. Follow Deploy steps for more information.

  2. 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!