Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrispsang/my-portfolio
https://github.com/chrispsang/my-portfolio
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrispsang/my-portfolio
- Owner: chrispsang
- Created: 2024-08-18T17:53:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T01:20:53.000Z (4 months ago)
- Last Synced: 2024-11-06T17:14:49.720Z (2 months ago)
- Language: JavaScript
- Homepage: https://chrispsang.github.io/my-portfolio/
- Size: 9.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```---