{"id":25906927,"url":"https://github.com/sksmagr23/shannon_frontend","last_synced_at":"2026-06-06T04:31:38.891Z","repository":{"id":279920426,"uuid":"940424379","full_name":"sksmagr23/shannon_frontend","owner":"sksmagr23","description":"Hack it out - Technex'25 | AI-Powered Energy Generation Predictions","archived":false,"fork":false,"pushed_at":"2025-05-09T05:02:21.000Z","size":59631,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T16:44:42.876Z","etag":null,"topics":["energy-generation-prediction","groq-ai","hackathon","machine-learning","nextjs","recharts-js","tailwind-css"],"latest_commit_sha":null,"homepage":"https://shannonntpc.vercel.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/sksmagr23.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":"2025-02-28T06:35:12.000Z","updated_at":"2025-05-18T12:34:39.000Z","dependencies_parsed_at":"2025-03-01T08:31:07.864Z","dependency_job_id":null,"html_url":"https://github.com/sksmagr23/shannon_frontend","commit_stats":null,"previous_names":["sksmagr23/shannon_frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sksmagr23/shannon_frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksmagr23%2Fshannon_frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksmagr23%2Fshannon_frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksmagr23%2Fshannon_frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksmagr23%2Fshannon_frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sksmagr23","download_url":"https://codeload.github.com/sksmagr23/shannon_frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sksmagr23%2Fshannon_frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33969883,"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-06T02:00:07.033Z","response_time":107,"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":["energy-generation-prediction","groq-ai","hackathon","machine-learning","nextjs","recharts-js","tailwind-css"],"created_at":"2025-03-03T06:16:15.431Z","updated_at":"2026-06-06T04:31:38.886Z","avatar_url":"https://github.com/sksmagr23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hack it out'25 | Technex'25 | Frontend code\n\n## Shannon - Renewable Energy Forecasting Platform\n\nA Next.js based web application for predicting and visualizing renewable energy generation using AI models and interactive data visualization.\n\n## Features\n\n- Interactive MapboxGL integration for location selection and Reverse geocoding for city name lookup.\n- Real-time data visualization using Recharts\n- Modern UI with Ant Design and Framer Motion animations\n- Authentication with Google and github using next-auth\n- Fully responsive design\n- Real-time data updates and predictions on Dashboard\n\n## Tech Stack\n\n- **Framework**: Next.js 15.2.0\n- **UI Library**: React 19\n- **Styling**: \n  - TailwindCSS\n  - Ant Design\n  - Framer Motion\n- **Maps**: MapboxGL\n- **Charts**: Recharts\n- **Authentication**: Next-auth\n- **API Integration**: Axios\n- **AI Integration**: Groq SDK\n\n### Prerequisites\n\nBefore running the project, make sure you have:\n\n- Node.js \u003e= 16.0.0\n- npm package manager\n- A Firebase project with Google Authentication enabled\n- Mapbox API key\n- Groq API key\n\n### Environment Variables\n\nCreate a `.env` file in the root directory with the following variables:\n\n```env\nNEXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key\nNEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\nNEXT_PUBLIC_FIREBASE_PROJECT_ID=your_firebase_project_id\nNEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your_storage_bucket\nNEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id\nNEXT_PUBLIC_FIREBASE_APP_ID=your_app_id\nNEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=your_measurement_id\nNEXT_PUBLIC_MAPBOX_TOKEN=your_mapbox_token\nNEXT_PUBLIC_GROQ_API_KEY=your_groq_api_key\nNEXT_PUBLIC_API_URL=your_backend_url\n```\n### Installation and local setup\n\n#### 1. Clone the Repository\n```bash\ngit clone https://github.com/sksmagr23/shannon_frontend.git\ncd shannon_frontend/shannon\n```\n\n#### 2. Install Dependencies\n```bash\nnpm install\n# or\nyarn install\n```\n\n#### 3. Configure Environment Variables\nCreate a `.env` file in the root directory and add your environment variables:\n```bash\ncp .env .env.local\n# Now edit .env with your actual API keys and credentials\n```\n\n#### 4. Start Development Server\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n#### 5. Access the Application\nOpen your browser and navigate to:\n```\nhttp://localhost:3000\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsksmagr23%2Fshannon_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsksmagr23%2Fshannon_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsksmagr23%2Fshannon_frontend/lists"}