{"id":25890581,"url":"https://github.com/akshayram2003/ochi-ui","last_synced_at":"2026-06-12T07:33:41.556Z","repository":{"id":257210521,"uuid":"857429233","full_name":"AKSHAYRAM2003/ochi-ui","owner":"AKSHAYRAM2003","description":"The OCHI Dark Theme is a visually appealing dark-mode version of the OCHI website. It offers a modern, user-friendly interface that is optimized for low-light environments, providing a comfortable browsing experience for users who prefer dark themes.","archived":false,"fork":false,"pushed_at":"2024-09-15T16:13:50.000Z","size":1310,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T19:34:00.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ochi-dark-ui.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AKSHAYRAM2003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-14T16:27:40.000Z","updated_at":"2024-09-15T16:13:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"9593e1d5-10b9-4bb1-8b30-8a7fcf40a4cb","html_url":"https://github.com/AKSHAYRAM2003/ochi-ui","commit_stats":null,"previous_names":["akshayram2003/ochi-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AKSHAYRAM2003/ochi-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKSHAYRAM2003%2Fochi-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKSHAYRAM2003%2Fochi-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKSHAYRAM2003%2Fochi-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKSHAYRAM2003%2Fochi-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AKSHAYRAM2003","download_url":"https://codeload.github.com/AKSHAYRAM2003/ochi-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKSHAYRAM2003%2Fochi-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34234557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-03-02T19:28:15.758Z","updated_at":"2026-06-12T07:33:41.550Z","avatar_url":"https://github.com/AKSHAYRAM2003.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCHI Dark Theme\n## 📷Snapshots :-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./ochi/src/assets/images/Homepage.png\" alt=\"OCHI Dark Theme Screenshot\" width=\"800\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./ochi/src/assets/images/About.png\" alt=\"OCHI Dark Theme Screenshot\" width=\"800\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./ochi/src/assets/images/card.png\" alt=\"OCHI Dark Theme Screenshot\" width=\"800\" /\u003e\n\u003c/p\u003e\n\n## 🌑 Overview\n\nThe **OCHI Dark Theme** is a visually appealing dark-mode version of the OCHI website. It offers a modern, user-friendly interface that is optimized for low-light environments, providing a comfortable browsing experience for users who prefer dark themes.\n\n## ✨ Features\n\n- **Dark Themed UI**: Optimized for night-time browsing or users who prefer a dark user interface.\n- **Responsive Design**: Fully responsive across all devices, ensuring the dark theme looks great on mobile, tablet, and desktop.\n- **Modern Aesthetic**: Updated to reflect a sleek, minimalistic design.\n  \n## 🚀 Live Demo\n\nCheck out the live demo of the OCHI Dark Theme here: [Live Demo](https://ochi-dark-ui.netlify.app/)\n\n## 🛠️ Installation\n\nTo run the OCHI Dark Theme locally on your machine, follow these steps:\n\n\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/AKSHAYRAM2003/ochi-ui.git\n   ```\n\n2. **Navigate to the Project Directory**:\n\n   ```bash\n   cd ochi-ui\n   ```\n\n3. **Install Dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n4. **Start the Development Server**:\n\n   ```bash\n   npm start\n   ```\n\n   The application will be available at `http://localhost:3000`.\n\n## 🔨 Build\n\nTo create a production-ready build of the application:\n\n```bash\nnpm run build\n```\n\nThis will generate optimized static files in the `build` folder.\n\n## 🤝 Contributing\n\nContributions are welcome! Please follow these steps if you'd like to contribute:\n\n1. **Fork the repository**.\n2. **Create a new branch**:\n\n   ```bash\n   git checkout -b feature/your-feature\n   ```\n\n3. **Commit your changes**:\n\n   ```bash\n   git commit -m 'Add feature: your feature description'\n   ```\n\n4. **Push to the branch**:\n\n   ```bash\n   git push origin feature/your-feature\n   ```\n\n5. **Submit a pull request** for review.\n\n\n\n## 🏆 Acknowledgements\n\n- **Original OCHI Light Theme**: [OCHI Light Theme](https://ochi.design/)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Designed by⛳ - AKSHAY H R\n\u003c/p\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshayram2003%2Fochi-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshayram2003%2Fochi-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshayram2003%2Fochi-ui/lists"}