Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayerprog/task-todo-ui
simple task manager on iOS with user friendly interface
https://github.com/mayerprog/task-todo-ui
css-flexbox expo ios react-native react-native-gesture-handler react-native-reanimated redux redux-toolkit
Last synced: 5 days ago
JSON representation
simple task manager on iOS with user friendly interface
- Host: GitHub
- URL: https://github.com/mayerprog/task-todo-ui
- Owner: mayerprog
- Created: 2023-12-18T15:47:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T14:51:04.000Z (about 1 year ago)
- Last Synced: 2024-01-28T09:42:49.593Z (11 months ago)
- Topics: css-flexbox, expo, ios, react-native, react-native-gesture-handler, react-native-reanimated, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://github.com/mayerprog/task-todo-api
- Size: 3.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tasks Todo UI
# Get Started
To run this web app you need (if not installed yet):
- [NodeJS](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Expo](https://docs.expo.dev/get-started/installation/)Then:
- Clone the repository with `git clone https://github.com/mayerprog/task-todo-ui`
- Install dependencies `yarn install`
- Run `yarn start` to run the project on Expo Go app> If you want to run it on your phone, you need to install `Expo Go`, which you can find on `App Store`.
## Tecnologies
- React Native
- Expo
- Redux
- Redux Toolkit
- React Native Reanimated
- React Native Gesture Handler
- CSS Flexbox## API
You can find my [server code here](https://github.com/mayerprog/task-todo-api)
### **IMPORTANT:**
- The server hasn't been published for external access, so make sure you run the server locally. After installing all dependencies run the server using the command `nodemon index.js`. In .env file insert a relevant database URL.
## Contacts
Mayra Tulegenova
- Telegram: [mayerprog](https://t.me/mayerprog)
- Email: [[email protected]]([email protected])