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.
- 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.
- Frontend: React.js, JavaScript, HTML, CSS
- Styling: Tailwind CSS
- Build Tool: Vite
- Other: ESLint for code linting
- Clone the repository:
git clone https://github.com/AlvinGeorge-AG/MyPortfolio.git cd MyPortfolio - Install dependencies:
or
npm install
yarn install
To view the portfolio, run the development server.
To start the development server and view the portfolio locally:
npm run devor
yarn devThis will typically start a local development server, and you can access the portfolio in your browser at a given address (usually http://localhost:xxxx).
The package.json file contains build scripts that can be used for deployment.
To create a production build:
npm run buildor
yarn buildThis 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.
Contributions are welcome! Please feel free to submit a Pull Request or open an issue.
This project is not explicitly licensed.