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..
Visit the website here: Ashish Portfolio Website
├── index.html
├── css/
├── js/
├── assets/
├── images/
└── README.md
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.
Add screenshots or GIFs of your website here.
Contributions, issues, and feature requests are welcome.
This project is licensed under the MIT License.
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