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

https://github.com/jane-does-coding/portfolio


https://github.com/jane-does-coding/portfolio

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Athena Award Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Faward.athena.hackclub.com%2Fapi%2Fbadge)](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

[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,prisma,mongodb,nextjs,react,git,github)](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
```