NFT project is a React Native mobile application that showcases the DeGods NFT collection. The app retrieves data from an API and displays a list of NFTs, allowing users to view detailed information, bookmark their favorite NFTs, and manage their bookmarks.
Built using React Native
Clone the project
$ git clone https://github.com/vashnavichauhan1825/NFTProject.gitGo to the project directory
$ cd NFTProjectInstall dependencies
$ yarnor
$ npm install$ cd ios/pod installStart the server
yarn android yarn iosReact Native
User Color Palette user colors.js for reference
| Color | Hex |
|---|---|
| Primary Dark | |
| Secondary Dark | |
| CTA DARK | |
| TERTIARY Dark |
API_TOKEN=<YOUR_TOKEN>
CONTRACT_ADDRESS=<YOUR_CONTRACT_ADDRESS>
BASE_URL=<YOUR_BASE_URL>