{"id":33194979,"url":"https://manthanank.github.io/uses/","last_synced_at":"2026-01-25T10:00:37.402Z","repository":{"id":303113560,"uuid":"1014434123","full_name":"manthanank/uses","owner":"manthanank","description":"Uses - What I Use","archived":false,"fork":false,"pushed_at":"2025-07-05T18:50:59.000Z","size":756,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T04:56:52.356Z","etag":null,"topics":["uses"],"latest_commit_sha":null,"homepage":"https://manthanank.github.io/uses/","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/manthanank.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,"zenodo":null},"funding":{"github":["manthanank"],"open_collective":"manthanank","buy_me_a_coffee":"manthanank","patreon":"manthanank"}},"created_at":"2025-07-05T18:05:17.000Z","updated_at":"2025-07-14T04:21:47.000Z","dependencies_parsed_at":"2025-07-05T19:58:23.993Z","dependency_job_id":null,"html_url":"https://github.com/manthanank/uses","commit_stats":null,"previous_names":["manthanank/uses"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manthanank/uses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fuses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fuses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fuses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fuses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manthanank","download_url":"https://codeload.github.com/manthanank/uses/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fuses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28751043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T09:58:17.166Z","status":"ssl_error","status_checked_at":"2026-01-25T09:55:56.104Z","response_time":113,"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":["uses"],"created_at":"2025-11-16T07:00:40.436Z","updated_at":"2026-01-25T10:00:37.391Z","avatar_url":"https://github.com/manthanank.png","language":"JavaScript","funding_links":["https://github.com/sponsors/manthanank","https://opencollective.com/manthanank","https://buymeacoffee.com/manthanank","https://patreon.com/manthanank"],"categories":["Please read [Contribution Guide](https://github.com/wesbos/awesome-uses/blob/master/contribution-guide.md) before submitting a PR."],"sub_categories":[],"readme":"# Uses - What I Use\n\nA beautiful, responsive personal website that showcases the tools, apps, and services I use daily for development, productivity, and work. Inspired by [uses.tech](https://uses.tech).\n\n## ✨ Features\n\n- **Modern Design**: Clean, minimalist interface with smooth animations\n- **Dark/Light Theme**: Toggle between themes with persistent preference\n- **Responsive**: Fully responsive design that works on all devices\n- **Interactive**: Hover effects, smooth transitions, and keyboard navigation\n- **Accessible**: Built with accessibility in mind (ARIA labels, keyboard support)\n- **Fast**: Lightweight and optimized for performance\n- **PWA Ready**: Progressive Web App with offline functionality\n- **SEO Optimized**: Meta tags, sitemap, and robots.txt for better search visibility\n- **Social Media Ready**: Open Graph and Twitter Card meta tags\n\n## 🚀 Live Demo\n\nVisit the live site: [Your Live URL Here]\n\n## 🛠️ Tech Stack\n\n- **HTML5**: Semantic markup with SEO meta tags\n- **CSS3**: Modern styling with CSS Grid, Flexbox, and CSS Variables\n- **Vanilla JavaScript**: No frameworks, just pure JS with PWA support\n- **Google Fonts**: Inter font family for clean typography\n- **PWA**: Service Worker for offline functionality\n- **SEO**: Sitemap, robots.txt, and structured meta tags\n\n## 📁 Project Structure\n\n```tree\nuses/\n├── index.html          # Main HTML file\n├── style.css           # Styles and theming\n├── script.js           # JavaScript functionality\n├── manifest.json       # PWA manifest file\n├── service-worker.js   # Service worker for offline functionality\n├── robots.txt          # Search engine crawling rules\n├── sitemap.xml         # Site structure for search engines\n├── docs/               # Documentation\n│   ├── CONTRIBUTING.md # Contribution guidelines\n│   ├── CHANGELOG.md    # Version history\n│   └── DEPLOYMENT.md   # Deployment instructions\n├── assets/             # Static assets\n│   ├── icons/          # PWA icons and favicon\n│   └── images/         # Screenshots and other images\n├── README.md           # This file\n└── LICENSE             # License information\n```\n\n## 🎨 Design Features\n\n- **Gradient Backgrounds**: Beautiful gradient backgrounds that adapt to theme\n- **Glass Morphism**: Modern glass-like card effects with backdrop blur\n- **Smooth Animations**: Fade-in effects, hover animations, and smooth transitions\n- **Typography**: Clean, readable typography with proper hierarchy\n- **Color Schemes**: Carefully crafted light and dark themes\n\n## 🔧 Customization\n\n### Adding New Categories\n\nTo add a new category, add this HTML structure in `index.html`:\n\n```html\n\u003csection class=\"category\"\u003e\n    \u003ch2 class=\"category-title\"\u003e🎯 Your Category\u003c/h2\u003e\n    \u003cdiv class=\"items-grid\"\u003e\n        \u003cdiv class=\"item\" tabindex=\"0\" role=\"button\" aria-label=\"Item details\"\u003e\n            \u003ch3 class=\"item-title\"\u003eItem Name\u003c/h3\u003e\n            \u003cp class=\"item-description\"\u003eItem description\u003c/p\u003e\n        \u003c/div\u003e\n        \u003c!-- Add more items as needed --\u003e\n    \u003c/div\u003e\n\u003c/section\u003e\n```\n\n### Modifying Colors\n\nUpdate the CSS variables in `style.css`:\n\n```css\n:root {\n    --bg-primary: linear-gradient(135deg, #your-color 0%, #your-color 100%);\n    --text-primary: #your-text-color;\n    /* ... other variables */\n}\n```\n\n### Adding Search Functionality\n\nUncomment the search functionality in `script.js`:\n\n```javascript\n// Uncomment the line below to enable search functionality\naddSearchFunctionality();\n```\n\n## 🚀 Getting Started\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/manthanank/uses.git\n   cd uses\n   ```\n\n2. **Open in your browser**:\n\n   - Simply open `index.html` in your web browser\n   - Or serve it locally using a local server:\n\n     ```bash\n     # Using Python\n     python -m http.server 8000\n     \n     # Using Node.js (if you have http-server installed)\n     npx http-server\n     ```\n\n3. **Customize**:\n   - Edit the content in `index.html` to reflect your own tools and apps\n   - Modify colors and styling in `style.css`\n   - Add new features in `script.js`\n\n## 📱 Browser Support\n\n- Chrome (latest)\n- Firefox (latest)\n- Safari (latest)\n- Edge (latest)\n\n## 🤝 Contributing\n\nContributions are welcome! Please read our [Contributing Guidelines](docs/CONTRIBUTING.md) before submitting a Pull Request.\n\nFor detailed information about:\n- **Version History**: See [CHANGELOG.md](docs/CHANGELOG.md)\n- **Deployment**: See [DEPLOYMENT.md](docs/DEPLOYMENT.md)\n- **Asset Management**: See [assets/README.md](assets/README.md)\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Inspired by [uses.tech](https://uses.tech)\n- Icons from [Feather Icons](https://feathericons.com/)\n- Fonts from [Google Fonts](https://fonts.google.com/)\n\n## 📞 Contact\n\n- **Website**: [manthanank.github.io](https://manthanank.github.io)\n- **Twitter**: [@manthanank](https://twitter.com/manthanank)\n- **GitHub**: [@manthanank](https://github.com/manthanank)\n\n---\n\nMade with ❤️ by [manthanank](https://manthanank.github.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/manthanank.github.io%2Fuses%2F","html_url":"https://awesome.ecosyste.ms/projects/manthanank.github.io%2Fuses%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/manthanank.github.io%2Fuses%2F/lists"}