Skip to content

Cyrus-spc-tech/DevHive

 
 

Repository files navigation

📁 Project Structure

├── backend/               # Backend code (APIs, server, database)             
├── frontend/              # Frontend code (UI, components, pages)
│   ├── public/            # Pages files
│   └── src/               # components and pages
├── assets/                # Images and other static assets
└── README.md              # This file

🌳 Branch Structure

  • main - Production-ready code
  • frontend - Frontend code
  • backend - Backend code

Made with ❤️ by the DevHive Club Team

About

DevHive Club Website DevHive is an official website for the DevHive Club, which includes both frontend and backend components. The website provides a modern, responsive user interface with interactive components and pages, a secure backend API, database integration, and a user authentication system with an admin dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 61.4%
  • CSS 17.9%
  • JavaScript 15.9%
  • C++ 4.8%