https://github.com/alisamirali/nftopia-app
React Native NFT Marketplace App
https://github.com/alisamirali/nftopia-app
appdevelopment expo javascript mobiledevelopment nft reactnative
Last synced: about 2 months ago
JSON representation
React Native NFT Marketplace App
- Host: GitHub
- URL: https://github.com/alisamirali/nftopia-app
- Owner: alisamirali
- Created: 2023-04-16T13:11:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T13:30:09.000Z (about 2 years ago)
- Last Synced: 2025-02-13T07:24:31.752Z (3 months ago)
- Topics: appdevelopment, expo, javascript, mobiledevelopment, nft, reactnative
- Language: JavaScript
- Homepage: https://expo.dev/@dev_alisamir/nftopia-app
- Size: 10 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFTopia
## React Native NFT Marketplace App
This is a React Native app for a Non-Fungible Token (NFT) marketplace where users can buy, sell and trade NFTs. The app is built using React Native and Expo.
### Getting Started
To get started with the app, clone the repo:
```
$ git clone https://github.com/alisamirali/nftopia-app.git
$ cd nftopia-app
```Then install the dependencies:
```
$ npm install
```### Running the App
To run the app, start the Expo development server:
```
$ npm start
```This will open the Expo Developer Tools in your browser. You can then use an iOS or Android simulator, or scan the QR code on your physical device to open the app.

### Running the App from Expo
To run the app from Expo, follow these steps:
1. Install the Expo client app on your iOS or Android device.
2. Open the Expo client app and sign in or create an account.
3. Click on this link to open the app: [https://expo.dev/@dev_alisamir/nftopia-app].
4. The app will load and you can use it on your device.