Skip to content

yk-jp/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portfolio

This is my portfolio site.

error

Live project

https://portfolio-yk-jp.vercel.app/

Usage

Clone repository

run this command to clone this repository

git clone https://github.com/yk-jp/portfolio.git

Install Dependencies

Run following commands in the frontend folder

npm install 

Setup for environment variables

Create an .env file in the frontend folder.
your private data in .env file are as follows.

TWITTER = ""
LINKEDIN = ""
GITHUB = ""
EMAIL = ""

Start app

Run following commands and open http://localhost:3000 in your browser.

npm run dev

Tech stack

  • HTML
  • CSS
  • Materialize
  • styled-components
  • React
  • Typescript
  • webpack
  • Babel