{"id":19076416,"url":"https://github.com/tyecoder/nonsavang-temple--web-client","last_synced_at":"2025-04-18T08:31:57.454Z","repository":{"id":224475560,"uuid":"759338457","full_name":"tyecoder/nonsavang-temple--web-client","owner":"tyecoder","description":"A Next.js and Tailwind CSS-based website for managing expenses and incomes, featuring a user-friendly dashboard for efficient financial tracking.","archived":false,"fork":false,"pushed_at":"2024-08-24T11:38:51.000Z","size":2978,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T06:53:07.100Z","etag":null,"topics":["dashboard","income-and-expenses","nextjs","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://nonsavang-temple.tyecode.space/","language":"TypeScript","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/tyecoder.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}},"created_at":"2024-02-18T10:10:55.000Z","updated_at":"2024-08-24T11:38:55.000Z","dependencies_parsed_at":"2024-03-30T06:20:37.139Z","dependency_job_id":"ea8a307f-9337-4365-8832-647fee3a42ba","html_url":"https://github.com/tyecoder/nonsavang-temple--web-client","commit_stats":null,"previous_names":["tyecode/abbeyard","tyecoder/nonsavang-temple--web-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecoder%2Fnonsavang-temple--web-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecoder%2Fnonsavang-temple--web-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecoder%2Fnonsavang-temple--web-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyecoder%2Fnonsavang-temple--web-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyecoder","download_url":"https://codeload.github.com/tyecoder/nonsavang-temple--web-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249462191,"owners_count":21276364,"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":["dashboard","income-and-expenses","nextjs","shadcn-ui","tailwindcss"],"created_at":"2024-11-09T01:59:17.897Z","updated_at":"2025-04-18T08:31:56.759Z","avatar_url":"https://github.com/tyecoder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"84\" alt=\"Nonsavang Temple Logo\" src=\"https://brsqcdlrwftfrrfdanov.supabase.co/storage/v1/object/public/images/logo-compressed.png\"\u003e\n  \u003ch1 align=\"center\"\u003eNonsavang Temple V1\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n The Income \u0026 Expense management website for Nonsavang Temple.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003e\u003cstrong\u003eFeatures\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#demo\"\u003e\u003cstrong\u003eDemo\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#clone-and-run-locally\"\u003e\u003cstrong\u003eClone and run locally\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#license\"\u003e\u003cstrong\u003eLicense\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Features\n\n- Financial Management\n  - User accounts and authentication\n  - Donation tracking as primary income\n  - Categorized income and expense transactions\n  - Multiple financial accounts and currencies\n  - Transaction approval and rejection roles\n- Tracking and Reporting\n  - Track income and expenses from various sources\n  - Detailed financial reporting\n  - Shared visibility of finances\n\n\n## Demo\n\nYou can view a fully working demo at [Nonsavang Temple](https://nonsavang-temple.tyecode.space/).\n\n## Clone and run locally\n\n1. You'll first need a Supabase project which can be made [via the Supabase dashboard](https://database.new)\n\n2. Clone the repository using the git clone command\n\n   ```bash\n   git clone https://github.com/tyecode/nonsavang-temple--web-client.git\n   ```\n\n3. Use `cd` to change into the app's directory\n\n   ```bash\n   cd name-of-new-app\n   ```\n\n4. Rename `.env.local.example` to `.env` and update the following:\n\n   ```\n   DATABASE_URL=[INSERT YOUR DATABASE URL]\n   NEXT_PUBLIC_SUPABASE_URL=[INSERT YOUR SUPABASE URL]\n   NEXT_PUBLIC_SUPABASE_ANON_KEY=[INSERT YOUR SUPABASE ANON KEY]\n   NEXT_PUBLIC_SUPABASE_SERVICE_ROLE=[INSERT YOUR SUPABASE SERVICE ROLE]\n   NEXT_PUBLIC_SUPABASE_BUCKET_PATH=[INSERT YOUR SUPABASE BUCKET PATH]\n   NEXT_PUBLIC_SUPABASE_AUTH_COOKIE_NAME=[INSERT YOUR SUPABASE AUTH COOKIE NAME]\n   NEXT_PUBLIC_SITE_URL=[INSERT YOUR HOST OR DOMAIN NAME]\n   ```\n\n   Both `NEXT_PUBLIC_SUPABASE_URL` and `NEXT_PUBLIC_SUPABASE_ANON_KEY` can be found in [your Supabase project's API settings](https://app.supabase.com/project/_/settings/api)\n\n5. Install the project dependencies and start the local development server:\n\n   If you're using `npm`, run the following commands:\n\n   ```bash\n   npm install\n   npm run dev\n   ```\n\n   If you're using `yarn`, use these commands instead:\n\n   ```bash\n   yarn\n   yarn dev\n   ```\n\n   The local server should now be running on [localhost:3000](http://localhost:3000/).\n\n## License\n\nLicensed under the [MIT License](https://github.com/tyecode/nonsavang-temple--web-client/blob/main/LICENSE). Please read the terms of this license before making modifications to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyecoder%2Fnonsavang-temple--web-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyecoder%2Fnonsavang-temple--web-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyecoder%2Fnonsavang-temple--web-client/lists"}