Flotiq Mobile Demo

screenshot of Flotiq Mobile Demo
react
react-native
flotiq

Flotiq Mobile Expo - MIT-licensed starter project for React Native development based on Flotiq

Overview:

Flotiq Mobile Expo is a mobile demo project that allows users to browse Flotiq entries. It is designed to pull data from a user's Flotiq account. This React Native project serves as a helpful starting point for mobile app development. The app can be installed from the Apple App Store or Google Play. Users can use the QR code in their API keys to connect the app to Flotiq and easily browse through their content. This project was generated using Expo version 4.5.1 with React Native SDK version 41.0.0 and React version 16.13.1. It has been tested for Android 10 and 11.

Features:

  • Login via API Key: Users can securely log in to their Flotiq account using their API key.
  • API Key QR code scanner: The app allows users to conveniently scan the QR code in their API keys to connect to Flotiq.
  • Listing Content Type Definitions: Users can view the definitions of different content types in their Flotiq account.
  • Listing Content Objects: The app provides a way to list and browse through content objects stored in Flotiq.
  • Single Content Object preview: Users can preview individual content objects to get a detailed view of their content.
  • Content Object management: The app allows users to create, update, and delete content objects.
  • Content Objects search: Users can easily search for specific content objects using the built-in search feature.
  • Adding media: Users can add media content to their Flotiq account using the file browser or camera.

Summary:

Flotiq Mobile Expo is a powerful tool for browsing and managing content stored in a Flotiq account. Its key features include login via API key, QR code scanning, content type definition listing, content object listing, content object previewing, content object management, content object search, and media uploading. With easy installation steps and compatibility with Android and iOS, Flotiq Mobile Expo is a valuable resource for developers looking to kickstart their mobile app development using React Native.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

flotiq
Flotiq

Flotiq CMS is a robust headless content management system that combines a user-friendly interface with powerful automatic content modeling capabilities

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.