Skip to content

okane16/github-trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Development Trends Dashboard

A real-time dashboard that tracks and visualizes development trends from GitHub. This project consists of two main components:

Project Structure

github-dev-trends/
├── dashboard/ # Frontend dashboard application
├── moose-backend/ # Backend services
└── README.md # Project documentation

Overview

This project aims to provide insights into GitHub development trends by collecting and visualizing data about repositories, programming languages, frameworks, and other development patterns.

Getting Started

Prerequisites

  • Node v20+
  • Docker Desktop

Installation

  1. Clone the repository:
npx create-moose-app GitHubDevTrends github-dev-trends
cd github-dev-trends
  1. Set up the backend:
cd moose
npm install
  1. Set up the frontend dashboard:
cd dashboard
npm install
  1. Start the application:
npm run dev

## Usage

Once you successfully spin up your Moose dev server, it will automatically start the workflow that polls the GitHub events API for the latest events.


You can then view the dashboard by navigating to `http://localhost:3000` in your browser.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published