Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 2.04 KB

README.md

File metadata and controls

80 lines (50 loc) · 2.04 KB

Vincent Radford's Portfolio

Welcome to Vincent Radford's Portfolio! This site serves as a showcase for my projects, skills, and experience.

Table of Contents

About

This portfolio highlights my journey as a software engineer, showcasing various projects and experiences. It is designed to provide potential employers and collaborators with insights into my skills and capabilities.

Projects

The Projects section features a curated selection of my work, including:

  • Hey, I Wanna Do That: An application that...
  • Smoke-Signal: A real-time messaging app...
  • Comic Stand Club: An online community for comic book enthusiasts...
  • UP 2 U Nutrition: A nutrition tracking app...

Resume

You can view my resume here.

Contact

Feel free to reach out to me through the following channels:

Setup Instructions

Prerequisites

  • A web browser (e.g., Chrome, Firefox)
  • Internet connection

Running the Site Locally

  1. Clone the repository:

    git clone https://github.com/vmradford/portfolio.git
    cd portfolio
  2. Open the index.html file in your web browser:

    open index.html

Deploying the Site

  1. Push the latest changes to your GitHub repository:

    git add .
    git commit -m "Update portfolio"
    git push origin main
  2. Ensure your GitHub Pages is set up to serve from the main branch:

    • Go to your repository settings on GitHub.
    • Under the "Pages" section, set the source to the main branch and save.
  3. Your site should be available at https://<username>.github.io/portfolio.

License

This project is licensed under the MIT License - see the LICENSE file for details.