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.
- Host: GitHub
- URL: https://github.com/kevindmorris/kevindmorris.github.io
- Owner: kevindmorris
- Created: 2024-04-01T20:34:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T23:26:29.000Z (about 2 years ago)
- Last Synced: 2025-01-12T20:47:00.238Z (over 1 year ago)
- Topics: chakra-ui, eslint, framer-motion, javascript, react, react-router-dom, typescript, vite
- Language: TypeScript
- Homepage: https://kevindmorris.github.io/
- Size: 935 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.