Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 962 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 962 Bytes

Personal Portfolio Website

This repository contains the source code for my personal portfolio website. It showcases my projects, experience, and skills.

Table of Contents

Demo

You can view the live site at aviralgarg-github-io.vercel.app.

Features

  • Responsive Design: Adapts to any screen size.
  • Single Page Application: Smooth navigation without reloading.
  • Modern Technologies: Built with HTML, CSS, and JavaScript.

Installation

  1. Clone the repository:

    git clone https://github.com/aviralgarg05/aviralgarg.github.io.git
    cd aviralgarg.github.io
  2. Install dependencies:

    npm install

Usage

Start the development server:

npm start