Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.