https://github.com/flanker/ahead-cal-ios
Ahead Cal - iOS App
https://github.com/flanker/ahead-cal-ios
calendar expo ios-app react-native
Last synced: 10 months ago
JSON representation
Ahead Cal - iOS App
- Host: GitHub
- URL: https://github.com/flanker/ahead-cal-ios
- Owner: flanker
- Created: 2024-12-28T04:19:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-08T14:07:11.000Z (about 1 year ago)
- Last Synced: 2025-01-22T23:16:09.621Z (12 months ago)
- Topics: calendar, expo, ios-app, react-native
- Language: TypeScript
- Homepage: https://aheadcal.com/
- Size: 517 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AheadCal - Your Forward-Looking Calendar
the iOS app version of AheadCal
See the Chrome extension version at [https://github.com/flanker/ahead-cal-chrome-extension](https://github.com/flanker/ahead-cal-chrome-extension)
Home Page: [https://aheadcal.com](https://aheadcal.com)
## Development
This is an [React Native](https://reactnative.dev) [Expo](https://expo.dev) project.
### Get started
1. Install dependencies
```bash
pnpm install
```
2. Start the app
```bash
pnpm run ios
```
Learn more at [React Native](https://reactnative.dev) and [Expo](https://expo.dev)