Skip to content

AlvinGeorge-AG/MyPortfolio

Repository files navigation

MyPortfolio

Description

This repository contains my personal portfolio website built using React. It showcases projects, skills, and personal information. The project utilizes Tailwind CSS for styling and Vite for build tooling.

Features

  • Responsive Design: Adapts to various screen sizes for optimal viewing.
  • Project Showcase: Displays various projects with associated details.
  • Skills Display: Highlights technical skills and proficiencies.
  • Contact Information: Provides means for potential employers or collaborators to get in touch.
  • Interactive Elements: Includes components like a typewriter effect for dynamic text display.

Tech Stack

  • Frontend: React.js, JavaScript, HTML, CSS
  • Styling: Tailwind CSS
  • Build Tool: Vite
  • Other: ESLint for code linting

Installation

  1. Clone the repository:
    git clone https://github.com/AlvinGeorge-AG/MyPortfolio.git
    cd MyPortfolio
  2. Install dependencies:
    npm install
    or
    yarn install

Usage

To view the portfolio, run the development server.

Running Locally

To start the development server and view the portfolio locally:

npm run dev

or

yarn dev

This will typically start a local development server, and you can access the portfolio in your browser at a given address (usually http://localhost:xxxx).

Build/Deploy

The package.json file contains build scripts that can be used for deployment.

To create a production build:

npm run build

or

yarn build

This command will generate optimized static assets in a dist folder, which can then be deployed to any static hosting provider. Based on the repository's homepage (https://alvingeorge-myportfolio.vercel.app/), Vercel is a likely deployment platform.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request or open an issue.

License

This project is not explicitly licensed.

Releases

No releases published

Packages

 
 
 

Contributors