Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 2.18 KB

README.md

File metadata and controls

80 lines (56 loc) · 2.18 KB

Portfolio

This is my personal portfolio website columkelly.com built with Vite and hosted on Netlify.

About The Project

Portfolio Screenshot

The portfolio is a React front-end which features a showcase of my recent projects as well as my blog and some contact info. The blog data is fetched from an Express API and stored in a MongoDB database. A separate CMS is used for CRUD operations.

Related Repos Blog API Blog CMS

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  1. Install and use the correct version of Node using NVM
nvm install 21.6.0

Installation

  1. Clone the repo
    git clone https://github.com/columk1/portfolio.git
  2. Install NPM packages
    npm install
  3. If you have cloned the back-end enter your local API url in .env
    VITE_DEV_API=<your local url>

Roadmap

  • Improved Accessibility
  • Animated Background

Contact

Colum Kelly - @ColumKelly3 - [email protected]

Project Link: https://columkelly.com/