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

https://github.com/kaydvc/portfolio

My personal portfolio in website format.
https://github.com/kaydvc/portfolio

javascript portfolio react typescript web-application web-development

Last synced: 12 months ago
JSON representation

My personal portfolio in website format.

Awesome Lists containing this project

README

          

## Table of Contents
1. [Objective](#objective)
2. [Use](#use)
- [Installation](#installation)
- [Building and Testing](#building-and-testing)
3. [Inspirations](#inspirations)
4. [Future Plans](#future-plans)

## Objective

The objective of this project was to develop a website to showcase some of the other things I've built.

Built with React and TypeScript in 2023.

## Use

This project is not intended to be used as a template or guide, but it can definitely can be used as "inspiration." Please link back to this repo or [MalakaiSpann.com](https://malakaispann.com) if you do.

### Installation

Developed. built, and deployed using `Node v18.15.0`
```bash
cd client
npm i
```

### Building and Testing

Test the app using a server on your machine
```bash
cd client
npm run start
```

Generating a production build
```bash
cd client
npm run build
```

I used [Vercel](https://www.Vercel.com) to serve the app. If you want to view the production build on a local server you can use something like [serve](https://www.npmjs.com/package/serve).

## Inspirations

While making the site, I looked to these great sites for design ideas:

- [Maverick a.k.a SupaCode's Portfolio](https://www.supacode.dev)
- [Olaolu Olawuyi's Portfolio](https://olaolu.dev/)
- [V4 of Brittany Chiang's Portfolio](https://v4.brittanychiang.com/)
- [Diogo Correia's Portfolio](https://diogotc.com/)
- [Akshay's Portfolio](https://aksh-ai.com/)

Go checkout these talented devs!

Friendly reminder: don't be a weirdo who steals source code. Even when credited, it's still pretty shady to straight copy someone else's work. The occasional peak when you're stuck is fine, but learn how to do it yourself... it'll get you much farther!

## Future Plans

1. Currently, the site only showcases highlight projects. I plan on creating a section to include less prominent ones.

Any major changes other than the one(s) above won't be happening in this site. I might create a new version though.

See my [personal thoughts and takeaways](./Final_Thoughts.md) from this project.

Thanks,

\- Kay