An open API service indexing awesome lists of open source software.

https://github.com/zigcccc/homewise

Manage your household in an efficient and smart way! (Hono + BetterAuth + React + Neon DB)
https://github.com/zigcccc/homewise

better-auth expo hono monorepo neon-postgres react tansta vercel

Last synced: about 2 months ago
JSON representation

Manage your household in an efficient and smart way! (Hono + BetterAuth + React + Neon DB)

Awesome Lists containing this project

README

          

# Homewise

### Apps and Packages

- `server`: a [Hono.js](https://hono.dev/) app
- `web`: a [React.js](https://react.dev/) + [TanStack Router](https://tanstack.com/router/latest) app
- `mobile`: a [Expo](https://docs.expo.dev/) app
- `@homewise/ui`: a React component library shared containing [ShadCN](https://ui.shadcn.com/) components
- `@homewise/eslint-config`: core `eslint` configurations
- `@homewise/typescript-config`: `tsconfig.json`s used throughout the monorepo

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).

### Utilities

This Turborepo has some additional tools already setup for you:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting