https://github.com/fasthedeveloper/ebonytech
https://github.com/fasthedeveloper/ebonytech
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fasthedeveloper/ebonytech
- Owner: FastheDeveloper
- Created: 2023-12-30T16:53:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-01T07:00:50.000Z (over 1 year ago)
- Last Synced: 2025-01-26T08:44:51.960Z (5 months ago)
- Language: JavaScript
- Size: 39.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitNavigate to the project directory:
cd your_repoInstall dependencies:
npm installStart the Expo development server:
expo start