Ashish Kumar Jha

🚀 Senior19 Portfolio Website

A modern and responsive personal portfolio website built to showcase projects, skills, achievements, and professional experience. This website serves as an online presence for demonstrating development skills, creativity, and technical expertise..

🌐 Live Demo

Visit the website here: Ashish Portfolio Website

📌 Features

🛠️ Tech Stack

📂 Project Structure

├── index.html
├── css/
├── js/
├── assets/
├── images/
└── README.md

🚀 Getting Started

Clone the repository:

git clone https://github.com/Senior19/senior19.github.io.git

Open the project folder:

cd senior19.github.io

Run locally by opening index.html in your browser.

📸 Preview

Add screenshots or GIFs of your website here.

📈 Future Improvements

🤝 Contributing

Contributions, issues, and feature requests are welcome.

📜 License

This project is licensed under the MIT License.

👨‍💻 Author

Developed by Ashish Jha

To setup a dev environment:

# Clone the repository

# Install dependencies 
npm i

# Run the local dev server
npm run dev

To serve a production build:

# Install dependencies if not already done - 'npi i'

# Build for production
npm run build

# Serve the build using express
npm start