An up-and-coming innovative social media-based platform that aims to revolutionize the art world. This will be focused on the client side of the application
Run command npm i to
Run command npm run start to get application started. It should run locally on port 8081.
It is recommend to use Expo for mobile application.
Core framework for building and running the app. Includes: expo, expo-app-loading, expo-font, expo-image-manipulator, expo-image-picker, expo-linear-gradient, expo-status-bar, expo-updates
The foundation of the mobile app. Includes: react-native, react-native-animatable, react-native-gesture-handler, react-native-safe-area-context, react-native-screens, react-native-svg, react-native-vector-icons, react-native-paper
Manages app navigation. Includes: @react-navigation/native, @react-navigation/stack
For image uploads and manipulation. Includes: cloudinary, @cloudinary/react, @cloudinary/url-gen, cloudinary-react-native
.
├── API
├── archives
├── assets
│ ├── art
│ ├── artists
│ ├── backgrounds
│ ├── banner
│ ├── discover_assets
│ ├── fonts
│ ├── foryou_assets
│ ├── headers
│ ├── icons
│ ├── photos
│ ├── realArt
│ ├── realArtists
│ └── thumbnails
├── components
│ ├── home_sections
│ └── profile_sections
├── screens
├── state
└── utils