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

https://github.com/simonhylander/turboplanner


https://github.com/simonhylander/turboplanner

Last synced: 5 months ago
JSON representation

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.