Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashidarudino/leaflapse
SproutLapse is a React Native app built with Expo, enabling users to capture plant growth through time-lapse photography.
https://github.com/rashidarudino/leaflapse
Last synced: 30 days ago
JSON representation
SproutLapse is a React Native app built with Expo, enabling users to capture plant growth through time-lapse photography.
- Host: GitHub
- URL: https://github.com/rashidarudino/leaflapse
- Owner: rashidarudino
- License: apache-2.0
- Created: 2024-09-15T12:15:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:15:04.000Z (4 months ago)
- Last Synced: 2024-12-04T10:40:22.765Z (about 1 month ago)
- Language: TypeScript
- Size: 742 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo Starter Template [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40younes0x53)](https://twitter.com/y0x53)
The `Expo Starter Template` is a free project model with up-to-date frameworks and configurations for your new Expo project. It helps eliminate repetitive tasks when starting a project from scratch. This template integrates carefully selected libraries to help you bootstrap your new React Native and Expo app with the most effective frameworks and tools available in the market.
The project integrates universal version of [shadcn-ui](https://ui.shadcn.com/) components, Tailwind styling, state management, and a local-first database strategy for universal mobile apps on Android, iOS, and Web.
[Web App Demo](https://expo-starter.github.io/expo-template/)
## 📚 What's inside
- ⚡ [Expo v51](https://expo.dev) - Built with Expo for cross-platform support
- ⚛️ [React Native v0.73.6](https://reactnative.dev) for building native apps using React
- 💎 Integrate with [NativeWind v4](https://www.nativewind.dev), Tailwind CSS for React Native
- 📁 Expo Router and Expo API
- 📦 [zustand](docs.pmnd.rs/zustand) - State management solution.
- 🎨 Common components from the [rn-reusables](https://github.com/mrzachnugent/react-native-reusables) library: Icons, ThemeToggle, Avatar, Button, Card, Progress, Text, Tooltip.
- 🌗 Dark and light mode - Android Navigation Bar matches mode and Persistant mode
- 💡 Absolute Imports using `@` prefix
- 📏 Linter and Code Formatter with [biome](https://biomejs.dev/)
- 🗂 VSCode recommended extensions, settings, and snippets to enhance the developer experience.New :
- 💽 Local-first based on [Expo SQLite for](https://docs.expo.dev/versions/latest/sdk/sqlite/) for native and [Sqlite.js](https://github.com/sql-js/sql.js) for Web
- 💽 Full integrated with [DrizzleORM](https://drizzle.dev) including live queryIn-progress :
- [Cloudflare D1](https://developers.cloudflare.com/d1/) for data persistance on Web as well as offline modePlanned:
- [OP-sqlite](https://github.com/OP-Engineering/op-sqlite) local-first database for mobile only### Requirements
- Node.js 20+ and pnpm or bun
- [iOS Simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Android Studio Emulator](https://docs.expo.dev/workflow/android-studio-emulator/)### Getting started
Run the following command on your local environment:
```shell
bunx create-expo-app --template @expo-starter/template
```Then, you can run locally in development mode with live reload:
```shell
bun run dev:ios
# Or
bun run dev:android
```This will open the app in the iOS simulator or Android emulator.
### Contributions
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. Totally open to any suggestions and improvements.
### License
Licensed under the MIT License, Copyright © 2024
See [LICENSE](LICENSE) for more information.
---
Made with ♥ by [Expo starter](expostarter.com) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40younes0x53)](https://twitter.com/younes0x53)