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

https://github.com/mirayatech/todo-test-app

Trying out React Native 📱
https://github.com/mirayatech/todo-test-app

android app beginner ios mobiledevelopment react-native todo-app

Last synced: about 2 months ago
JSON representation

Trying out React Native 📱

Awesome Lists containing this project

README

          

### 📱 My first project ever built with reactnative

This is my first project ever built with React Native. It's kind of like a todo app, where the user has an input field to write inside, and then they can click on the button to add a todo. All the todos will be displayed below the input container, and once you click on a todo, it disappears, indicating that you've completed the task.

### 📚 What I learned:
- What is React Native?
- How it works under the hood of React Native
- The difference between using Expo and the React Native CLI
- Running the app on a real device (my phone)
- Running the app on a simulator (ios & android)
- Styling in React Native
- Handling events (onPress, etc.)
- Understanding Xcode and Android Studio

And much more!

### 🎥 Preview
![ezgif-3-03d6cc78f2](https://github.com/mirayatech/test-native-app/assets/71933266/3efa97ec-3ceb-4516-9ee6-17ac8405d776)