Skip to content

evoluteur/github-projects-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-Projects-Cards

This project is a simple web page to fetch and display GitHub projects as cards.

Check out the live demo and the raw data from GitHub API.

Screenshot

The page displays your projects as cards with the total number of stars.

For each project the card shows the project name, stars, forks, descriptions, language, creation date, and last update, as well as links to the GitHub repo, demo, and star history charts.

Just change the "user" value (at the top of the /js/repo.js file) to display your projects instead of mine...

GitHub-Projects-Cards is Open source at GitHub with MIT license.

For more ways to look at your GitHub projects checkout my other project Meet-the-Fans (demo) to query and visualize the network graph of your GitHub repositories, followers, stargazers, and forks (using GitHub GraphQL API and D3).

Copyright (c) 2024 Olivier Giulieri.