CodeCompass Website is the official platform for CodeCompass, an open-source organization building innovative tools for developers and students. The site showcases our projects, team, mission, and provides resources for the community.
- 🌐 Built with Next.js, Tailwind CSS, and TypeScript
- 🎨 Modern, responsive, and accessible UI
- 🛠️ Project explorer for both developer and student tools
- 🌙 Dark mode support
- 🤝 Community-driven and open to contributions
- Project Gallery: Browse all CodeCompass tools, filter by developer/student focus
- Team & Mission: Meet the team and learn about our mission
- Contact & Donate: Get in touch or support our work
- Dark/Light Mode: Seamless theme switching
- Mobile Ready: Fully responsive design
git clone https://github.com/CodeCompasss/code_compass_website.git
cd code_compass_website
npm install
npm run dev
Visit http://localhost:3000 to view the site.
code_compass_website/
├── public/
│ ├── assets/
│ └── data/
├── src/
│ ├── app/
│ ├── components/
│ ├── hooks/
│ ├── lib/
│ └── types/
├── tailwind.config.ts
├── postcss.config.mjs
├── package.json
└── ...
We welcome contributions! Please read our CONTRIBUTING.md for guidelines.
- Fork the repo
- Create a new branch (
git checkout -b feature/your-feature
) - Commit your changes
- Open a pull request
This project is licensed under the Custom.
**Made with ❤️ by the CodeCompass Team**