Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added metrices table and program section #156

Merged
merged 3 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 36 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# 🏛️ Museum: A Web Application for Managing and Displaying Museum Exhibits ✨

## 📋 Participating Programs

| Name | Logo | Purpose |
|-----------------------|-----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
| GSSoC'2024-Extd | ![GSSoC Logo](assets/GSSoC-Ext.png) | The coding period is from October 1st to October 30th, during which contributors make contributions and earn points on the platform. |
| Hacktoberfest 2024 | ![Hacktoberfest Logo](assets/hacktoberfest.png) | Hacktoberfest is a month-long October event welcoming all skill levels to join the open-source community. |

---

## 📊 Project Metrics

<table align="center">
<thead align="center">
<tr>
<td><b>🌟 Stars</b></td>
<td><b>🍴 Forks</b></td>
<td><b>🐛 Issues</b></td>
<td><b>🔔 Open PRs</b></td>
<td><b>🔕 Closed PRs</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/anki2003ta/Museum?style=flat&logo=github"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/anki2003ta/Museum?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/anki2003ta/Museum?style=flat&logo=github"/></td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/anki2003ta/Museum?style=flat&logo=github"/></td>
<td><img alt="Closed Pull Requests" src="https://img.shields.io/github/issues-pr-closed/anki2003ta/Museum?style=flat&color=green&logo=github"/></td>
</tr>
</tbody>
</table>


## 📜 Description

Welcome to **Museum** – the ultimate platform that empowers museums to effortlessly manage exhibits and deliver captivating experiences for visitors! 🖼️🎨 Whether you're showcasing ancient artifacts or modern masterpieces, Museum streamlines workflows, enhances visitor engagement, and brings exhibits to life with ease.
Expand All @@ -8,15 +41,15 @@ Museum is a platform designed for museums to easily manage exhibits and engage v

---

## 📊 Stats Board

<div align="center">
<!-- <div align="center">
## 📊 Stats Board
<a href="https://github.com/anki2003ta/Museum/stargazers"><img src="https://img.shields.io/github/stars/anki2003ta/Museum" alt="Stars Badge"/></a>
<a href="https://github.com/anki2003ta/Museum/network/members"><img src="https://img.shields.io/github/forks/anki2003ta/Museum" alt="Forks Badge"/></a>
<a href="https://github.com/anki2003ta/Museum/pulls"><img src="https://img.shields.io/github/issues-pr/anki2003ta/Museum" alt="Pull Requests Badge"/></a>
<a href="https://github.com/anki2003ta/Museum/issues"><img src="https://img.shields.io/github/issues/anki2003ta/Museum" alt="Issues Badge"/></a>
<a href="https://github.com/anki2003ta/Museum/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/anki2003ta/Museum?color=2b9348"></a>
</div>
</div> -->

## 🔑 Key Features

Expand Down
Binary file added assets/GSSoC-Ext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hacktoberfest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/image
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@