Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syedwajihrizvi/restate
An app that allows users to view Properties for sale. Built using React Native and Native Wind. It uses Appwrite for the backend.
https://github.com/syedwajihrizvi/restate
appwrite nativewind react
Last synced: 1 day ago
JSON representation
An app that allows users to view Properties for sale. Built using React Native and Native Wind. It uses Appwrite for the backend.
- Host: GitHub
- URL: https://github.com/syedwajihrizvi/restate
- Owner: syedwajihrizvi
- Created: 2024-12-25T20:02:14.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2025-01-18T17:28:57.000Z (3 days ago)
- Last Synced: 2025-01-18T18:35:46.830Z (3 days ago)
- Topics: appwrite, nativewind, react
- Language: TypeScript
- Homepage:
- Size: 5.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your Expo app 👋
This was the first ever react-native App I made as part of JS Mastery's react-native tutorial. Restate is an app that simple lists real estate properties available in the marker.
It utilizes Appwrite for the backend DB where it stores user information and property information. The app implements a Search feature where it collectes a Query and navigates the
user to a page where the query is performed be searching the Appwrite database. The main thing I learned from this tutorial was how tranferable my knoweldge of react was to react-native.
On top of that, utilize Nativewing made styling the app so much easier.## Get started
1. Install dependencies
```bash
npm install
```2. Start the app
```bash
npx expo start
```