Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erikaperciliano/planner

📱 This application basically consists of registering and organizing travel, registering important activities/links and confirming presence.
https://github.com/erikaperciliano/planner

expo native-w react-native stripe tailwind typescript

Last synced: about 2 months ago
JSON representation

📱 This application basically consists of registering and organizing travel, registering important activities/links and confirming presence.

Awesome Lists containing this project

README

        

# 📱 Planner - Mobile App

This application basically consists of registering and organizing travel, registering important activities/links and confirming presence.

### 📋 Running the project

```
https://github.com/erikaperciliano/Planner
```
### 🔧 Back-end
The back-end of this project is built on Node.js, more specifically its LTS version.
You can install Node.js by following this guide: https://nodejs.org/en/learn/getting-started/how-to-install-nodejs

After installing Node.js, we will access the project's api folder, install the dependencies and then upload the HTTP server.
```
cd server

# Installing the dependencies
npm install

# Upload the HTTP server
npm run dev
```
### 📱 Mobile

To run the pass.in app we used Expo, an incredible tool from the React Native community. In addition to Expo, you must use a local emulator or a physical device to view the application.
You can install Expo and emulators by following this guide: https://react-native.rocketseat.dev/
```
cd mobile

# Installing the dependencies
npm install
```
After configuring the mobile environment, you can open the emulator and run the project according to the platform you are using:
```
npx expo start
```
## 🛠️ Built with
- Expo
- Typescript
- Expo Google Fonts
- Async Storage
- NativeWind
- DayJs
- Zod
- React Native Calendars

---
⌨️ with ❤️ by [Erika Perciliano](https://github.com/erikaperciliano) 😊