From 2dcb80f954dcc6a9c87dac1dc33668b4478993b9 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Thu, 11 Jan 2024 17:32:52 -0500 Subject: Update home page & README --- README.md | 4 +++- src/app/page.tsx | 12 ++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2301307..de9e4f3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Spliit is a free and open source alternative to Splitwise. I created it back in - [x] Split expenses unevenly [(#6)](https://github.com/scastiel/spliit2/issues/6) - [x] Mark a group as favorite [(#29)](https://github.com/scastiel/spliit2/issues/29) - [x] Tell the application who you are when opening a group [(#7)](https://github.com/scastiel/spliit2/issues/7) +- [x] Assign a category to expenses [(#35)](https://github.com/scastiel/spliit2/issues/35) ### Possible incoming features @@ -40,10 +41,11 @@ The project is open to contributions. Feel free to open an issue or even a pull- 5. `npm run dev` ## Run in a container + 1. Run `npm run build-image` to build the docker image from the Dockerfile 2. Copy the file `container.env.example` as `container.env` 3. Run `npm run start-container` to start the postgres and the spliit2 containers -3. You can access the app by browsing to http://localhost:3000 +4. You can access the app by browsing to http://localhost:3000 ## License diff --git a/src/app/page.tsx b/src/app/page.tsx index e7e0429..716092e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,8 @@ import { Button } from '@/components/ui/button' import { BarChartHorizontalBig, CircleDollarSign, + Divide, + FolderTree, Github, List, LucideIcon, @@ -65,6 +67,16 @@ export default function HomePage() { name="Expenses" description="Create and list expenses in your group." /> + +