This repository contains deployed and ready-to-use projects developed under RAMZAN ENGINEERING.
Projects include tools like CGPA calculators, small utilities, frontend demos, and more.
This repo serves as:
- A deployment-ready collection of mini and utility projects
- A central location for sharing, testing, and backing up public-facing tools
- A helpful resource for others to clone and run easily
Follow the steps below to use any project from this repo on your local machine:
git clone https://github.com/Ramzan-Khan-786/dep_projects.git
cd dep_projectscd project-folder-nameReplace
project-folder-namewith the actual folder, e.g.,cgpa-calculator.
Open index.html in your browser
or
Use VS Code Live Server:
code .
# then right-click index.html > Open with Live Servernpm install
npm startecho "Welcome to dep_projects!"
echo "Running your project..."Β© Ramzan Khan | All rights reserved.