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.
- ⚛️ React (Latest)
- ⚡ Vite (Fast bundler & dev server)
- 🎨 CSS / BootStrap / Tailwind CSS (or other styling framework)
- 🔗 Git + GitHub (for version control)
- cd CodeCelix_Official_Website
- npm i (to install all dependencies)
- npm run dev
- So Simple
- 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”
I will review your PR, suggest changes if needed, and merge it after approval.