Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrispsang/my-portfolio


https://github.com/chrispsang/my-portfolio

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Christina Piang Sang Portfolio

Welcome to my personal portfolio website. This site showcases my projects and skills.

## Features

- A brief introduction to who I am
- Interactive skills section with categorized badges
- Project showcase with live demos and source code
- Contact form with email integration

## Technologies Used

- React.js
- CSS3

## Installation

1. Clone the repository:
```
git clone https://github.com/chrispsang/my-portfolio.git
cd my-portfolio
```
2. Install dependencies:
```
npm install
```
3. Run the development server:
```
npm start
```

---