An open API service indexing awesome lists of open source software.

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

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.