diff --git a/README.md b/README.md index fbaaf4c..a1c2029 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Budget Zen - App +# Budget Zen - Web App -[![](https://github.com/BrunoBernardino/budgetzen-app/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/budgetzen-app/actions?workflow=Run+Tests) +[![](https://github.com/BrunoBernardino/budgetzen-web/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/budgetzen-web/actions?workflow=Run+Tests) This is the web app for the [Budget Zen app](https://budgetzen.net), built with Next.js and deployed with Vercel. @@ -20,7 +20,7 @@ make deploy # deploys to app.budgetzen.net (requires `vercel` to be installed g ## TODOs -- [ ] Improve initial screen +- [ ] Allow using app without a Sync Token - [ ] Improve UI/UX in general - [ ] Improve dark/light mode - [ ] Improve mobile view (collapse panels and show tab bar to navigate between them?) diff --git a/package.json b/package.json index 3198416..d8d55df 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "UNLICENSED", "repository": { "type": "git", - "url": "git+https://github.com/BrunoBernardino/budgetzen-app.git" + "url": "git+https://github.com/BrunoBernardino/budgetzen-web.git" }, "engines": { "node": "12.x"