https://github.com/dev-t2/expo-todo-calendar
Create Todo Calendar App with React Native and Expo
https://github.com/dev-t2/expo-todo-calendar
async-storage dayjs emotion eslint expo tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Create Todo Calendar App with React Native and Expo
- Host: GitHub
- URL: https://github.com/dev-t2/expo-todo-calendar
- Owner: dev-t2
- Created: 2021-02-06T17:04:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T15:07:29.000Z (over 3 years ago)
- Last Synced: 2025-05-29T21:35:07.011Z (about 1 year ago)
- Topics: async-storage, dayjs, emotion, eslint, expo, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 739 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# References
- [Expo](https://expo.dev)
- [Using TypeScript](https://docs.expo.dev/guides/typescript)
- [@expo/vector-icons](https://icons.expo.fyi)
- [ESLint](https://eslint.org)
- [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
- [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks)
- [no-empty-interface](https://typescript-eslint.io/rules/no-empty-interface)
- [Emotion](https://emotion.sh/docs/introduction)
- [@emotion/native](https://emotion.sh/docs/@emotion/native)
- [Day.js](https://day.js.org)
- [TypeScript](https://day.js.org/docs/en/installation/typescript)
- [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context)
- [Tailwind CSS](https://tailwindcss.com)
- [Customizing Colors](https://tailwindcss.com/docs/customizing-colors)
- [react-native-modal-datetime-picker](https://github.com/mmazzarolo/react-native-modal-datetime-picker)
- [Async Storage](https://react-native-async-storage.github.io/async-storage)