{"id":20625791,"url":"https://github.com/nandanaraju/certiapp_mern","last_synced_at":"2026-04-07T08:01:32.594Z","repository":{"id":260215267,"uuid":"880631762","full_name":"nandanaraju/Certiapp_MERN","owner":"nandanaraju","description":"This application provides a seamless, secure, and fun way to issue and verify certificates ","archived":false,"fork":false,"pushed_at":"2024-10-30T08:12:22.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T15:57:16.946Z","etag":null,"topics":["express","html","javascript","jwt","nodejs","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://github.com/nandanaraju/Certiapp_MERN.git","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nandanaraju.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-30T04:00:30.000Z","updated_at":"2024-10-30T08:12:25.000Z","dependencies_parsed_at":"2025-03-07T13:38:59.382Z","dependency_job_id":"b05a3812-6fe0-4112-bfb4-2fe4876cb1ad","html_url":"https://github.com/nandanaraju/Certiapp_MERN","commit_stats":null,"previous_names":["nandanaraju/certiapp_mern"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nandanaraju/Certiapp_MERN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandanaraju%2FCertiapp_MERN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandanaraju%2FCertiapp_MERN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandanaraju%2FCertiapp_MERN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandanaraju%2FCertiapp_MERN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nandanaraju","download_url":"https://codeload.github.com/nandanaraju/Certiapp_MERN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandanaraju%2FCertiapp_MERN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","html","javascript","jwt","nodejs","reactjs","tailwindcss"],"created_at":"2024-11-16T13:10:58.612Z","updated_at":"2026-04-07T08:01:32.579Z","avatar_url":"https://github.com/nandanaraju.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎓 CertiApp: Centralized Digital Credential Management\n\nWelcome to the *Certi App*! 🌟 This application provides a seamless, secure, and fun way to issue and verify certificates 🚀\n\n\n---\n\n\n## ✨ Features\n\n🛠 *Issue Certificates*: Administrators can create certificates for students with course details, grades, and dates.\n\n🔍 *Verify Certificates*: Verify certificates by simply entering the certificate ID—anyone can do it!\n\n🎨 *Beautiful UI*: A sleek, modern interface built with React and styled with Tailwind CSS.\n\n---\n\n## 🚀 Quick Start\n\n### Prerequisites\n\nBefore you get started, make sure you have the following:\n\n- 🖥 [Node.js](https://nodejs.org/)\n- 📦 [npm](https://www.npmjs.com/) (usually installed with Node.js)\n\n### Installation\n\n1. *Clone the repository*:\n\n   bash\n   git clone https://github.com/your-username/certiapp_mern.git\n   cd certificate_dapp\n\n2. **Install dependencies**:\n\n   bash\n   npm install\n   \n\n3. **Start the development server**:\n\n   bash\n   npm run dev\n   \n\n\n---\n\n## 💻 Frontend Overview\n\nThe App is designed to be user-friendly and interactive. Here’s what it offers:\n\n- **🏠 Index Page**: Easily search for certificates by ID.\n  \n- **📝 Issue Page**: Admins can issue new certificates by filling out a simple form with course details, candidate name, grade, and issue date.\n  \n- **📜 View Page**: Displays detailed certificate information fetched directly from the mongodb.\n\n---\n\n## 🎯 Usage Guide\n\n\n### Issue a Certificate\n\nAdmins can issue new certificates through the **Issue Certificate** page:\n\njavascript\nconst tx = await instance.issue(id, name, course, grade, date);\n\n### Verify a Certificate\n\nUsers can verify certificates by entering the ID on the *Index* page. The data is securely fetched from the blockchain!\n\n---\n\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! 🙌 Feel free to fork this project, open issues, or submit pull requests. Let’s build something amazing together! 🚀\n\n---\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)\n\n---\n\n💻 *Happy coding!* 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandanaraju%2Fcertiapp_mern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnandanaraju%2Fcertiapp_mern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandanaraju%2Fcertiapp_mern/lists"}