An open API service indexing awesome lists of open source software.

https://github.com/fasthedeveloper/ebonytech


https://github.com/fasthedeveloper/ebonytech

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

React Native Expo Store App
This repository contains a React Native mobile application built using Expo, aimed at providing users with a platform to explore products, categories, and engage in real-time chat.

Features
User Authentication
Login: Users can sign in securely to access the app's features.

Product Display
Product Listing: Display of all available products with details.
Category Browsing: Users can explore products based on various categories.

Chat Functionality
Real-time Chat: Engage in instant messaging with other users.
User Status: Online/offline indicators for user availability.

Setup
Requirements
Node.js
Expo CLI
Expo Go mobile app (for testing on a mobile device)

Installation

Clone the repository:
git clone https://github.com/your_username/your_repo.git

Navigate to the project directory:
cd your_repo

Install dependencies:
npm install

Start the Expo development server:
expo start