Elixir is a specialized e-commerce app designed for vape stores. It provides a seamless shopping experience for users, offering a comprehensive catalog of vape products with advanced features such as geolocation, product filters, and secure payment options. The app is published for both iOS and Android platforms.
- Product Catalog: Browse a wide selection of vape products with detailed descriptions and images.
- Advanced Filters: Use intuitive filters to refine product searches by price, type, and more.
- Geolocation Integration: Locate nearby stores or delivery zones using
react-native-geocodingandreact-native-maps. - Localization: Multi-language support with
i18nextfor a global audience. - User-Friendly Interface: Responsive and accessible design with smooth animations.
- Secure Checkout: Integration with payment systems for safe transactions.
- Frontend: React Native
- State Management: MobX
- Routing: React Navigation
- Localization:
i18next - HTTP Client: Axios
- Mapping:
react-native-maps,react-native-geocoding - UI Enhancements: Custom UI components using
react-native-vector-icons,react-native-modal, andreact-native-collapsible.
- Node.js (v14 or higher)
- npm or Yarn
- Android Studio (for Android development)
- Xcode (for iOS development)
- Clone the repository:
git clone https://github.com/vusales/elixir_public.git cd elixir - Install dependencies:
npm install # or yarn install - Run the app:
npm run android #or npm run ios