ulysses-ck / portfolio-react-next

This is my personal portfolio made with Next.js, React.js and TypeScript

Home Page:https://ulysses-portfolio.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

This repository is about my personal portfolio

Demo

chrome_RAhnxEcKij

Stack

Get Started

Clone repo

git clone https://github.com/ulysses-ck/portfolio-react-next

Install dependencies

npm install

Start development server.

npm run dev

By default, the server listen at: http://localhost:3000

For linting, use:

npm run lint

And formatting, use:

npm run format

Storybook server

npm run storybook

Run all unit tests

npm run test:jest

Run all e2e tests

npm run test:playwright

About

This is my personal portfolio made with Next.js, React.js and TypeScript

https://ulysses-portfolio.vercel.app


Languages

Language:TypeScript 99.4%Language:CSS 0.3%Language:JavaScript 0.3%