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

https://github.com/kevindmorris/kevindmorris.github.io

Welcome to my GitHub repository housing my professional portfolio — a meticulously crafted digital representation of my skills and identity.
https://github.com/kevindmorris/kevindmorris.github.io

chakra-ui eslint framer-motion javascript react react-router-dom typescript vite

Last synced: about 1 month ago
JSON representation

Welcome to my GitHub repository housing my professional portfolio — a meticulously crafted digital representation of my skills and identity.

Awesome Lists containing this project

README

          

# 👋 Hello, my name is Kevin!

Welcome to my website, a portfolio dedicated to my experiences, background, and technical skillset.

## Customization
To customize this template for a personal website:

1. **Clone the repository:**
```bash
git clone https://github.com/kevindmorris/kevindmorris.github.io.git
```
2. **Edit `index.html`:** Update the content with your information, projects, and contact details.
3. **Customize Styles:** Modify the CSS in the `style.css` (or equivalent) file to change the appearance.
4. **Develop:** Serve the static website to evaluate developments.
```bash
npx http-server
```
Or, open `index.html` in a web browser.