Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismda/planner-mobile
React Native app to plan a trip with friends.
https://github.com/luismda/planner-mobile
expo-router nativewind react-native react-query reanimated tailwindcss typescript
Last synced: 20 days ago
JSON representation
React Native app to plan a trip with friends.
- Host: GitHub
- URL: https://github.com/luismda/planner-mobile
- Owner: luismda
- Created: 2024-07-10T00:51:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T00:46:06.000Z (6 months ago)
- Last Synced: 2024-07-15T14:43:12.787Z (6 months ago)
- Topics: expo-router, nativewind, react-native, react-query, reanimated, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 955 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📆 plann.er mobile
Invite your friends and plan your next trip!
This is an app developed with React Native, Expo Router, TailwindCSS and React Query to plan trips, being able to invite friends, create activities and save important links.
> 🎨 The Figma for this project can be found [here](https://www.figma.com/community/file/1392276874471420367/nlw-journey-planejador-de-viagem).
## Running
Follow the steps below to run the project.
> This project uses an API that can be found [here](https://github.com/rocketseat-education/nlw-journey-react-native/tree/main/server). Don't forget to create a `.env.local` file as shown in the example.
```sh
# Clone this repository
git clone https://github.com/luismda/planner-mobile.git# Install the dependencies
pnpm i# Start android project
pnpm android# Start ios project
pnpm ios```