Skip to content
/ Vision Public
forked from Kyei08/Vision

This is a repo for Group projects

Notifications You must be signed in to change notification settings

JoeyKCS/Vision

 
 

Repository files navigation

🌐 Vision Company Website

Welcome to the Vision website repository. This project reflects our brand identity and mission —
Innovation. Precision. Excellence.


🚧 Project Status

🔨 This website is currently in development.

You can preview the design prototype for guidance and reference:
🔗 GitHub Prototype


🎨 Page Responsibilities

Page Designed By
Hero Page Josh
Project Page Josh
About Page Nahzeen

📦 Getting Started

To start working locally:

🔁 Clone the Repository

git clone https://github.com/Kyei08/Vision.git
cd Vision

🧱 Install Dependencies

npm install

▶️ Start Development Server

npm run dev

Open your browser to http://localhost:3000 to view the site.


⚙️ Development Rules

To keep our workflow clean and collaborative, follow these development rules:

🔀 Branching Strategy

Branch Purpose
main Stable production-ready code
develop Latest merged features (active dev)
feature/* For new features (e.g., feature/navbar)
bugfix/* For fixing bugs
hotfix/* For urgent production fixes

✅ Always branch off from develop.

✅ Git & PR Guidelines

  • Commit messages should be descriptive and follow this format:
    • Feature: add navbar component
    • Fix: correct layout spacing in footer
  • Always make a pull request into develop
  • Never commit directly to main
  • All PRs must be:
    • Reviewed by at least 1 team member
    • Passing all checks (e.g. lint, build)

🧪 Testing & Quality

Before submitting a PR, run:

npm run lint
npm run test

Make sure your code:

  • Is modular, reusable, and well-commented
  • Matches the project's design system
  • Doesn’t break existing functionality

🤝 Contributing

We welcome contributions! Check out:

To contribute:

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Submit a PR into the develop branch

A GitHub Action ensures CONTRIBUTING.md exists before merging any PR.


🔐 Security

If you discover a vulnerability or bug related to security:


📜 License

This project is licensed under the MIT License.
See LICENSE for full terms. Contributors retain credit for their work.


📌 Project Resources


💬 Contact


💡 Vision Statement

We Build. We Innovate. We Lead.

Let's create something exceptional together!

About

This is a repo for Group projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.4%
  • CSS 26.1%
  • TypeScript 12.4%
  • JavaScript 1.1%