Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

```