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

https://github.com/dylanbk/portfolio-v5

The fifth iteration of my portfolio website.
https://github.com/dylanbk/portfolio-v5

portfolio react tailwindcss typescript vite

Last synced: 3 months ago
JSON representation

The fifth iteration of my portfolio website.

Awesome Lists containing this project

README

          

# My Portfolio

A summary of my skills, experience, interests, and goals. \
You can find it at [https://dylanbullock.co.uk](https://dylanbullock.co.uk)

## Built with

![Static Badge](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge&logo=Vite&logoColor=white)
![Static Badge](https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=FFF&style=flat-square)
![Static Badge](https://shields.io/badge/react-black?logo=react&style=for-the-badge)
![Static Badge](https://img.shields.io/badge/Tailwind_CSS-grey?style=for-the-badge&logo=tailwind-css&logoColor=38B2AC)

## Attribution

All icons are sourced from [Google Fonts](https://fonts.google.com/icons).
All fonts are sourced from [Google Fonts](https://fonts.google.com).

## Local Setup & Run

Running this website locally will install all necessary dependencies used to your machine. \
You will need [Node.js](https://nodejs.org/en) installed for this to work.

In Command Prompt, execute the following:

```js
cd path/to/folder
npm install
npm run dev
```

The website will then open a new tab in your browser. \
If for any reason it does not, open a new tab and go to [http://localhost:3000](http://localhost:3000)