{"id":28911698,"url":"https://github.com/harmandeep01/ai-tools","last_synced_at":"2026-04-08T21:31:55.781Z","repository":{"id":299807372,"uuid":"1004223896","full_name":"Harmandeep01/AI-tools","owner":"Harmandeep01","description":"🚀 A beginner-friendly full-stack web app built with React and Express. Easily add or remove your favorite AI tools, with confetti animations, CORS handling, and full mobile responsiveness!","archived":false,"fork":false,"pushed_at":"2025-06-18T11:41:15.000Z","size":222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T12:29:34.869Z","etag":null,"topics":["cors","express","javascript","nodejs","react","reactjs"],"latest_commit_sha":null,"homepage":"","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/Harmandeep01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2025-06-18T09:54:50.000Z","updated_at":"2025-06-18T11:41:19.000Z","dependencies_parsed_at":"2025-06-18T12:31:44.642Z","dependency_job_id":"588d7372-3bb5-4036-bc61-55a5653e8cbc","html_url":"https://github.com/Harmandeep01/AI-tools","commit_stats":null,"previous_names":["harmandeep01/ai-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Harmandeep01/AI-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harmandeep01%2FAI-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harmandeep01%2FAI-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harmandeep01%2FAI-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harmandeep01%2FAI-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Harmandeep01","download_url":"https://codeload.github.com/Harmandeep01/AI-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harmandeep01%2FAI-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267294179,"owners_count":24065343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":["cors","express","javascript","nodejs","react","reactjs"],"created_at":"2025-06-21T19:09:37.925Z","updated_at":"2026-04-08T21:31:55.751Z","avatar_url":"https://github.com/Harmandeep01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 AI Tools Explorer\n\nA beginner-friendly **React + Node.js** project to browse, search, and favorite AI tools. Includes search, category filtering, confetti animations, and a beautiful responsive UI.\n\n---\n\n## 🌟 Features\n\n- 🔍 **Search** AI tools by name\n- 📂 **Filter** by category dropdown\n- ❤️ **Add/Remove** tools to/from favorites\n- 📱 **Mobile Responsive UI**\n- 🎉 **Confetti animation** on adding to favorites\n- ⚡ Built with beginner readability and simplicity\n\n---\n\n## 📸 Screenshots\n\n### 🏠 Home Page\n\n![Home Screenshot](./Screenshots/home.png)\n\n### ❤️ Favorites Page\n\n![Favorites Screenshot](./Screenshots/favorites.png)\n\n---\n\n## 📁 Folder Structure\n\n```\n├── client/ # React frontend\n│ ├── components/ # Navbar, Home, Favorites\n│ ├── Services/ # Axios API functions\n│ └── App.js\n\n├── server/ # Node.js backend\n│ ├── routes/ # API endpoints\n│ ├── controllers/ # Request handling\n│ ├── models/ # MongoDB models\n│ └── server.js # Express server entry\n└── README.md\n```\n\n## 🚀 Getting Started\n\n### 0️⃣ Download Zip \n```\nhttps://github.com/Harmandeep01/AI-tools.git\n```\n\n### 1️⃣ Backend Setup\n\n```bash\ncd server\nnpm install\nnpm start\n```\n\n2️⃣ Frontend Setup\n\n```\ncd client\nnpm install\nnpm start\n```\n\n⚠️ **Important Note**:\n\n- The React app runs on **port 3000 by default**. If the terminal suggests a different port (like 3001), press **Y** to accept.\n- The server runs on **port 8000 or 8080**, depending on your configuration.\n- Make sure both the frontend and backend are running for full functionality.\n- Ensure that your frontend (client)  fetches (http://localhost:8080/api) APIs from the same origin where your backend (server) is hosted http://localhost:8080/api. This helps avoid CORS issues when deploying or running both locally. \n\n## 🔧 Backend API Routes\n\n| Route                | Method | Description                  |\n| -------------------- | ------ | ---------------------------- |\n| `/api/tools`         | GET    | Get all AI tools             |\n| `/api/favorites`     | GET    | Get all favorite tools       |\n| `/api/favorites/:id` | POST   | Add a tool to favorites      |\n| `/api/favorites/:id` | DELETE | Remove a tool from favorites |\n\n# 🧰 Tech Stack\n\n    Frontend: React, CSS (Inter \u0026 Poppins fonts), Axios\n\n    Backend: Node.js, Express.js\n\n    Database: local\n\n    Extras: Confetti.js, Responsive Design\n\n# 🙋 Author\n\nMade with ❤️ by a beginner diving into full-stack development.\n\n# 📃 [License](LICENSE.txt)\n\n## 🔗 Links\n\n[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/harmandeep01/)\n[![github](https://img.shields.io/badge/github-fafbfc?style=for-the-badge\u0026logo=github\u0026logoColor=black)](https://twitter.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharmandeep01%2Fai-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharmandeep01%2Fai-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharmandeep01%2Fai-tools/lists"}