https://github.com/simonhylander/turboplanner
https://github.com/simonhylander/turboplanner
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonhylander/turboplanner
- Owner: SimonHylander
- License: mit
- Created: 2024-04-01T18:19:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:22:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-22T07:33:08.720Z (over 1 year ago)
- Language: TypeScript
- Size: 482 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App Name
## Overview
This project has neen initialized with [create-t3-turbo](https://github.com/t3-oss/create-t3-turbo).
It's a monorepo of a [next.js](https://nextjs.org/) application and a [react native](https://reactnative.dev/) app.
The app provides a set helpful tools for managing daily life.
## Project Structure
```text
.github
└─ workflows
└─ CI with pnpm cache setup
.vscode
└─ Recommended extensions and settings for VSCode users
apps
├─ expo
| ├─ Expo SDK 49
| ├─ React Native using React 18
| ├─ Navigation using Expo Router
| ├─ Tailwind using NativeWind
| └─ Typesafe API calls using tRPC
└─ next.js
├─ Next.js 14
├─ React 18
├─ Tailwind CSS
└─ E2E Typesafe API Server & Client
packages
├─ api
| └─ tRPC v11 router definition
├─ auth
| └─ Authentication using next-auth. **NOTE: Only for Next.js app, not Expo**
├─ db
| └─ Typesafe db calls using Drizzle & Planetscale
└─ ui
└─ Start of a UI package for the webapp using shadcn-ui
tooling
├─ eslint
| └─ shared, fine-grained, eslint presets
├─ prettier
| └─ shared prettier configuration
├─ tailwind
| └─ shared tailwind configuration
└─ typescript
└─ shared tsconfig you can extend from
```
## Features
There are no features.