Skip to content

Latest commit

 

History

History
191 lines (132 loc) · 4.95 KB

File metadata and controls

191 lines (132 loc) · 4.95 KB
AOSSIE OrgExplorer logo

 

Static Badge

Telegram Badge    X (formerly Twitter) Badge    Discord Badge    Medium Badge    LinkedIn Badge    Youtube Badge


OrgExplorer

OrgExplorer is a web application that allows users to explore GitHub organizations, their repositories, and contributor insights. It provides an interactive way to visualize repository statistics such as stars, forks, and contributors.

🚀 Features

  • Explore repositories of a GitHub organization
  • View repository statistics (stars, forks, issues)
  • Analyze contributor activity
  • Interactive charts and insights for repositories

💻 Tech Stack

Frontend

  • React
  • Vite
  • TypeScript
  • TailwindCSS

✅ Project Checklist

  • Frontend deployment configured
  • GitHub API integration tested
  • Repository analytics working
  • CI/CD pipeline passing

🔗 Repository Links

  1. Main Repository

🏗️ Architecture Diagram

[Architecture Diagram]
[actual diagram will be added once project setup is complete]

The architecture diagram will be added once the project structure is finalized.  
Currently the project follows a simple structure where the frontend interacts with the GitHub API to fetch repository data and display analytics.
---

## 🔄 User Flow

[User Flow Diagram]

User Flow

User flow diagram will be added in future updates.

�🍀 Getting Started

Prerequisites

  • Node.js 18+ installed
  • npm or yarn or pnpm
  • Git installed
  • Optional: Node version manager (nvm)
  • GitHub account for API access (if needed)

Installation

1. Clone the Repository

git clone https://github.com/AOSSIE-Org/OrgExplorer.git
cd OrgExplorer

2. Install Dependencies

npm install
# or
yarn install
# or
pnpm install

3. Configure Environment Variables(.env.example)

This project currently does not require any environment variables.

4. Run the Development Server

npm run dev
# or
yarn dev
# or
pnpm dev

5. Open your Browser

Navigate to http://localhost:5173 to see the application.

For detailed setup instructions, please refer to our Installation Guide (if you have one).


📱 App Screenshots

| Screenshot 1 | Screenshot 2 | Screenshot 3 |

  • Screenshots will be added once the application UI is finalized.

🙌 Contributing

⭐ Don't forget to star this repository if you find it useful! ⭐

Thank you for considering contributing to this project! Contributions are highly appreciated and welcomed. To ensure smooth collaboration, please refer to our Contribution Guidelines.


📍 License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.


💪 Thanks To All Contributors

Thanks a lot for spending your time helping OrgExplorer grow. Keep rocking 🥂

Contributors

© 2025 AOSSIE