Skip to content

jeffreyshum/portfolio-v4

Repository files navigation

Poker Themed Portfolio Website

A poker themed portfolio website built using React, TypeScript, styled-components, and Framer. Features include an initial shuffle animation, themed poker chip icons, section themed cards, and a whole lot of randomness.

Live Production

This project is currently deployed live at https://jeffreyshum.com/.

For Local Development

Installation

npm install
# or
yarn install

Running and Testing

npm start dev
# or
yarn dev

By default, Vite development servers are hosted on port 5173.