https://github.com/dev-t2/expo-todo
Create Todo App with React Native and Expo
https://github.com/dev-t2/expo-todo
async-storage emotion eslint expo react-navigation redux-toolkit typescript
Last synced: 29 days ago
JSON representation
Create Todo App with React Native and Expo
- Host: GitHub
- URL: https://github.com/dev-t2/expo-todo
- Owner: dev-t2
- Created: 2021-03-19T17:06:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T08:50:31.000Z (over 3 years ago)
- Last Synced: 2025-05-29T21:34:40.799Z (about 1 year ago)
- Topics: async-storage, emotion, eslint, expo, react-navigation, redux-toolkit, typescript
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- 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)
- [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)
- [Emotion](https://emotion.sh/docs/introduction)
- [@emotion/native](https://emotion.sh/docs/@emotion/native)
- [TypeScript](https://emotion.sh/docs/typescript)
- [no-empty-interface](https://typescript-eslint.io/rules/no-empty-interface)
- [Tailwind CSS](https://tailwindcss.com)
- [Customizing Colors](https://tailwindcss.com/docs/customizing-colors)
- [React Navigation](https://reactnavigation.org)
- [Getting started](https://reactnavigation.org/docs/getting-started)
- [Native Stack Navigator](https://reactnavigation.org/docs/native-stack-navigator)
- [Type checking with TypeScript](https://reactnavigation.org/docs/typescript)
- [Redux Toolkit](https://redux-toolkit.js.org)
- [Redux Toolkit Quick Start](https://redux-toolkit.js.org/tutorials/quick-start)
- [Redux Toolkit TypeScript Quick Start](https://redux-toolkit.js.org/tutorials/typescript)
- [Async Storage](https://react-native-async-storage.github.io/async-storage)
- [Installation](https://react-native-async-storage.github.io/async-storage/docs/install)