Skip to content

Ramzan-Khan-786/dep_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ Deployed Projects – dep_projects

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.


πŸ“ Purpose

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

πŸ”§ How to Clone and Run Locally

Follow the steps below to use any project from this repo on your local machine:

1. Clone the Repository

git clone https://github.com/Ramzan-Khan-786/dep_projects.git
cd dep_projects

2. Navigate to the Project Folder

cd project-folder-name

Replace project-folder-name with the actual folder, e.g., cgpa-calculator.

3. Run (If Frontend Only)

Open index.html in your browser
or
Use VS Code Live Server:

code .
# then right-click index.html > Open with Live Server

4. Run (If Node.js Project)

npm install
npm start

πŸ’¬ Useful Echo Commands (For Terminal Output)

echo "Welcome to dep_projects!"
echo "Running your project..."

Β© Ramzan Khan | All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published