Skip to content

shoaibk-exe/CodeCelix_Official_Website

 
 

CodeCelix_Official_Website

Welcome to the official website of CodeCelix — a modern software development startup dedicated to building smart, scalable, and secure digital solutions. This website serves as our digital identity where we showcase our services, portfolio, team, and contact info.

🚀 Built using React + Vite for blazing-fast performance and modern developer experience.


🛠️ Tech Stack

  • ⚛️ React (Latest)
  • ⚡ Vite (Fast bundler & dev server)
  • 🎨 CSS / BootStrap / Tailwind CSS (or other styling framework)
  • 🔗 Git + GitHub (for version control)

After Forking/Cloning:

  • cd CodeCelix_Official_Website
  • npm i (to install all dependencies)
  • npm run dev
  • So Simple

Steps to Contribute:

  • Click the "Fork" button on the top right of this repo to create a copy under your GitHub account.
  • git clone https://github.com/your-username/codecelix-website.git
  • cd codecelix-website
  • git checkout -b feature/your-feature-name (your branch)
  • git add .
  • git commit -m "feat: Add navbar section"
  • git push origin feature/your-feature-name
  • Go to your forked repo on GitHub
  • Click “Compare & pull request”
  • Set base repository to CodeCelix/codecelix-website and base branch to main
  • Add a meaningful title and description
  • Click “Create pull request”

Review & Merge:

I will review your PR, suggest changes if needed, and merge it after approval.


How to Get the Latest Code from Main Repo and Continue Your Work

  • If you're not already inside your project folder, go to it: (cd CodeCelix_Official_Website)
  • Add the Main Repo as "Upstream" (Only once do this) i.e., (git remote add upstream https://github.com/QasimFullStackDeveloper/CodeCelix_Official_Website.git)
  • You can check if it worked: (git remote -v)
  • git fetch upstream
  • git checkout main
  • git merge upstream/main
  • git push origin main
  • Now go back to the branch you were working in: (git checkout feature/your-feature-name)
  • git merge main

Note: To keep our codebase clean and stable, direct push to main is not allowed. All changes must go through a pull request (PR).

About

CodeCelix is a new-age software company founded by passionate developers aiming to deliver innovative solutions to real-world problems. We specialize in full-stack development, AI integrations, cloud solutions, and user-first digital products.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.6%
  • CSS 3.1%
  • HTML 1.3%