Skip to content

Mobile-based clothing sales application built with React Native.

Notifications You must be signed in to change notification settings

solehudin5699/E-DRESS-frontend

Repository files navigation

E-Dress App

Contents

Description

E-Dress App is a mobile-based clothing sales application that makes it easy for customers to choose the product of their choice. Applications managed by the seller, which seller can add, subtract, or withdraw their sales products.

Features

  • Order products
  • History transaction
  • Edit Profile
  • Add products (admin only)
  • Change products (admin only)
  • Delete products (admin only)

Usage Application

  • Download and install the app in your android device
  • Register new account, then login with your new account
  • If you can log in, you can use the feature

Requirements for Development

Installation for Development

  1. Open your terminal or command prompt
  2. Type git clone https://github.com/solehudin5699/E-DRESS-frontend.git
  3. Open the folder and type npm install for install dependencies
  4. Create file titled sharedVariable.js in root folder with the following contents :
export const serverAddress = "server_address_for_backend";

Example :

export const serverAddress = "http://localhost:8000";
  1. Before run this, you must installation backend and then run backend
  2. Type react-native run-android in terminal for run this app. Make sure your device is connected with debugging mode.

Screenshoots

APK Release

Download this apk release for getting experience with this app.

Related Project

RESTful API for this application, clone this for development E-Dress App.

About

Mobile-based clothing sales application built with React Native.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published