Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judahpaul16/expo-crud
CRUD w/ React Native
https://github.com/judahpaul16/expo-crud
crud expo mobile react-native template typescript
Last synced: 19 days ago
JSON representation
CRUD w/ React Native
- Host: GitHub
- URL: https://github.com/judahpaul16/expo-crud
- Owner: judahpaul16
- License: mit
- Created: 2024-03-26T17:14:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T17:14:49.000Z (10 months ago)
- Last Synced: 2025-01-06T13:27:16.511Z (24 days ago)
- Topics: crud, expo, mobile, react-native, template, typescript
- Language: TypeScript
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📱Expo CRUD App
A simple and effective CRUD (Create, Read, Update, Delete) app built with Expo and React Native.
## Features 🌟
- **Create**: Add new items with a single tap.
- **Read**: View a list of all added items.
- **Update**: Modify any item with ease.
- **Delete**: Remove items with a simple touch.## Setup ðŸ›
1. Clone the repository:
```
git clone https://github.com/judahpaul16/expo-crud.git
```
2. Navigate into the project directory:
```
cd expo-crud
```
3. Install dependencies:
```
npm install
```
4. Start the Expo project:
```
expo start
```## 📄 License
MIT License. See `LICENSE` file for details.