barretthousen/src/web-client
Adam Veldhousen ad7d811c35
ci.vdhsn.com/push Build is failing Details
Squashed commit of the following:
commit e891ada9e8
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri Jul 7 20:10:40 2023 -0500

    added login and checking of roles to admin page

commit abb8e565cd
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri Jul 7 18:23:24 2023 -0500

    analytics + login ux updates

commit 4ab08d20b8
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat Jul 1 03:07:36 2023 -0500

    grpc reflection

commit fe329d2336
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat Jul 1 03:07:22 2023 -0500

    tests for auth

commit 043f387224
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Tue Jun 20 09:43:03 2023 -0500

    first pass at login/logout and sign up form

commit 5a191a2c72
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Mon Jun 19 10:30:24 2023 -0500

    implement auth

commit 649bcefbef
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sun Jun 18 18:29:20 2023 -0500

    added login control to page

commit 4227fc048a
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Jun 14 19:10:54 2023 -0500

    early pass at auth service
2023-07-07 20:11:25 -05:00
..
src Squashed commit of the following: 2023-07-07 20:11:25 -05:00
static MVP build (#1) 2023-06-12 20:25:55 -05:00
tests MVP build (#1) 2023-06-12 20:25:55 -05:00
.dockerignore MVP build (#1) 2023-06-12 20:25:55 -05:00
.eslintignore MVP build (#1) 2023-06-12 20:25:55 -05:00
.eslintrc.cjs MVP build (#1) 2023-06-12 20:25:55 -05:00
.gitignore MVP build (#1) 2023-06-12 20:25:55 -05:00
.prettierignore MVP build (#1) 2023-06-12 20:25:55 -05:00
.prettierrc MVP build (#1) 2023-06-12 20:25:55 -05:00
README.md MVP build (#1) 2023-06-12 20:25:55 -05:00
package-lock.json Squashed commit of the following: 2023-07-07 20:11:25 -05:00
package.json Squashed commit of the following: 2023-07-07 20:11:25 -05:00
playwright.config.ts MVP build (#1) 2023-06-12 20:25:55 -05:00
postcss.config.js MVP build (#1) 2023-06-12 20:25:55 -05:00
svelte.config.js MVP build (#1) 2023-06-12 20:25:55 -05:00
tailwind.config.js MVP build (#1) 2023-06-12 20:25:55 -05:00
tsconfig.json MVP build (#1) 2023-06-12 20:25:55 -05:00
vite.config.ts MVP build (#1) 2023-06-12 20:25:55 -05:00

README.md

Web client

A SSR web app that allows users to search for upcoming auctions

Uses SvelteKit, TailwindCSS, Typescript (poorly)

Development

Follow the Contributing section to get the environment stood up locally.

Browse to http://bh.localhost:8000.