{"id":23391825,"url":"https://github.com/shu-vro/rode-solver","last_synced_at":"2025-04-11T09:59:31.586Z","repository":{"id":244291334,"uuid":"814804989","full_name":"shu-vro/RODE-Solver","owner":"shu-vro","description":"An ODE Solver application integrated by gemini ai","archived":false,"fork":false,"pushed_at":"2025-01-17T22:12:26.000Z","size":1105,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T06:51:12.551Z","etag":null,"topics":["nextjs","ode-solver"],"latest_commit_sha":null,"homepage":"https://rode-solver.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shu-vro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-06-13T18:35:37.000Z","updated_at":"2025-03-06T02:02:03.000Z","dependencies_parsed_at":"2024-07-12T15:47:24.453Z","dependency_job_id":"476f763d-956e-420b-abdc-29dbf1632e24","html_url":"https://github.com/shu-vro/RODE-Solver","commit_stats":null,"previous_names":["shu-vro/rode-solver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu-vro%2FRODE-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu-vro%2FRODE-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu-vro%2FRODE-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu-vro%2FRODE-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shu-vro","download_url":"https://codeload.github.com/shu-vro/RODE-Solver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248372016,"owners_count":21093132,"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","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":["nextjs","ode-solver"],"created_at":"2024-12-22T04:19:47.814Z","updated_at":"2025-04-11T09:59:31.571Z","avatar_url":"https://github.com/shu-vro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RODE Solver\n\nThis is a math solver application for [Ordinary Differential Equation](https://en.wikipedia.org/wiki/Ordinary_differential_equation) integrated by [Gemini Api](https://ai.google.dev/aistudio/)\n\nIt's Interface kind of like Chatgpt, you can ask the question and it will solve it for you.\n\n## How to start locally\n\n### Required tools\n\n-   [Bun runtime](https://bun.sh/docs/installation)\n\n### Steps\n\n1. Clone the repository\n    ```bash\n    git clone https://github.com/shu-vro/RODE-Solver.git\n    cd RODE-Solver\n    ```\n2. Install the dependencies\n    ```bash\n    bun i\n    ```\n3. Head to [Google Ai Studio](https://ai.google.dev/aistudio/) and grab your API key. The model used in this project is: [gemini-1.5-flash](https://developers.googleblog.com/en/gemini-15-pro-and-15-flash-now-available/)\n\n4. Head to [Firebase](https://firebase.google.com/) and create a new project. Then grab the following keys from the project settings by creating a web app\n\n    - Web API Key\n    - Auth Domain\n    - Project Id\n    - Storage Bucket\n    - Messaging Sender Id\n    - App Id\n\n5. Create a `.env` file in the root directory and add the following\n\n    ```env\n    GEMINI_API_KEY=\u003cyour key here\u003e\n    NEXT_PUBLIC_FIREBASE_API_KEY=\u003cyour key here\u003e\n    NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=\u003cyour key here\u003e\n    NEXT_PUBLIC_FIREBASE_PROJECT_ID=\u003cyour key here\u003e\n    NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=\u003cyour key here\u003e\n    NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=\u003cyour key here\u003e\n    NEXT_PUBLIC_FIREBASE_APP_ID=\u003cyour key here\u003e\n    ```\n\n6. Run the app\n    ```bash\n    bun run dev\n    ```\n\n## Documentation\n\n-   [keyboard shortcuts form mathlive](https://cortexjs.io/mathlive/reference/keybindings/)\n\n## Contributing\n\nPlease head to [CONTRIBUTING.md](CONTRIBUTING.md) to know more about contributing to this project.\n\nI hosted my code to vercel, you can host it to any platform you prefer.\n\n## Constrains\n\nPlease head to https://ai.google.dev/pricing for knowing more about the constrains of the free API.\n\n## TODO\n\n-   [x] theming for mobile\n-   [x] Up and down arrow for navigation\n-   [x] login system\n-   [x] save the question\n-   [x] three different modes\n    -   [x] backend\n    -   [x] frontend\n-   [x] equation from url\n-   [x] Other's solutions\n-   [x] Sidebar styling for mobile view (rounded corner, margin on left, colored border)\n-   [x] PWA Button placement\n-   [ ] Miscellaneous\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshu-vro%2Frode-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshu-vro%2Frode-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshu-vro%2Frode-solver/lists"}