https://github.com/thecodeversehub/site-v3
A Member made site for the server
https://github.com/thecodeversehub/site-v3
codeversehub javascript nextjs reactjs typescript webdevelopment website
Last synced: 3 months ago
JSON representation
A Member made site for the server
- Host: GitHub
- URL: https://github.com/thecodeversehub/site-v3
- Owner: TheCodeVerseHub
- License: apache-2.0
- Created: 2026-01-21T13:19:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T10:52:29.000Z (5 months ago)
- Last Synced: 2026-01-24T02:44:54.901Z (5 months ago)
- Topics: codeversehub, javascript, nextjs, reactjs, typescript, webdevelopment, website
- Language: TypeScript
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# The CodeVerse Hub
*A community-driven platform for developers to collaborate, learn, and build software together.*
## Overview
The CodeVerse Hub is a modern web application designed for developer communities. It features a clean, professional interface built with the latest web technologies, focusing on collaboration and resource sharing.
## Features
- **Dynamic Landing Page:** A high-impact hero section with interactive elements.
- **Sparkles UI:** Premium visual effects using custom sparkle components.
- **Resource Sharing:** A hub for community-vetted developer resources.
- **Contributor Showcase:** (In Progress) Highlighting the amazing individuals building the hub.
- **Dark Mode Support:** Fully responsive design with native dark/light mode switching.
## Tech Stack
- **Framework:** Next.js (App Router)
- **Styling:** Tailwind CSS + Framer Motion
- **Components:** Shadcn UI + Radix UI
- **Typography:** Outfit (Google Fonts)
- **Icons:** Lucide React
## Getting Started
### Prerequisites
- Node.js 18+
- npm / pnpm / yarn
### Installation
1. Clone the repository:
```bash
git clone https://github.com/TheCodeVerseHub/site-v3.git
```
2. Install dependencies:
```bash
npm install
```
3. Run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Contributing
We love contributions! Whether it's a bug fix, a new feature, or improving documentation, feel free to open a Pull Request.
## License
This project is open-source and available under the MIT License.