https://github.com/jane-does-coding/portfolio
https://github.com/jane-does-coding/portfolio
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/portfolio
- Owner: jane-does-coding
- Created: 2024-10-07T02:33:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T02:34:06.000Z (about 1 year ago)
- Last Synced: 2025-05-11T05:58:43.598Z (6 months ago)
- Language: TypeScript
- Size: 825 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://award.athena.hackclub.com?utm_source=readme)
# My Portfolio
I've buil this project because I really do need to create a portfolio which I can showcase to people, as well as, show my projects, and have one place where I have it all. Since often when i tell people I'm a website developer, they ask me to show them my websites and that's when I start completly blanking, so I wanted to create a website, which reminds me of work I've done.
### Notice
This project took me a long time due to trying to make it so the owner - me - could upload blogs and/or projects on the websites, and to be saved in the database, but i was miserably failing so I ended up making it static, and I was displaying projects I have on different pages. However, I still want to add it in the future at some point.
## Technologies used
[](https://skillicons.dev)
## Demo
[Portfolio Website - Live Demo](https://portfolio-phi-two-72.vercel.app/)
## Run Locally
Clone the project
```bash
git clone https://github.com/jane-does-coding/portfolio
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm i
```
Start the server
```bash
npm run dev
```