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

https://github.com/runtime-error786/electronic-app


https://github.com/runtime-error786/electronic-app

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

In this project, there are three roles: guest, customer, and admin. In the guest pages, products are displayed but cannot be added to the cart. In the customer role, products can be added to the cart, and the profile page is accessible. The admin role allows for dropping, updating, and adding product information. Additionally, admins can view graphs of sales.
git clone https://github.com/your-username/folder_name.git

## Step 1: Start the Metro Server

```bash
# using npm
npm start

# OR using Yarn
yarn start
```

## Step 2: Start your Application
# using npm
npm run android

# OR using Yarn
yarn android
```

### For iOS

```bash
# using npm
npm run ios

# OR using Yarn
yarn ios
```

If everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

## Congratulations!

Guest mode:
![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/f12633c8-6dfc-4c80-8fa9-c0f5860decdc)

Guest mode card:
![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/d9e9a8bd-f783-46bf-8ab8-15d30618e185)

sign in :

![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/d63c310a-6b8f-4fa4-a2f1-c1316c7e886d)

Customer Module:

![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/e5bc5606-f375-441a-b543-2cb4a42de912)

Customer card pictures:

![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/25d99b58-37c5-42b0-9adf-3dd3be85d670)
cart:

![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/1cedbcd3-5af0-4c4f-a4cf-6c2d5fe8d59a)

profile:

![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/8ee2d288-9327-4cd7-a5cc-955985cbe09a)

admin Module:

![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/fb1b36b9-d626-4ddf-a3cd-6b47e2536761)

Dashboard:

![image](https://github.com/runtime-error786/electronic-ecommerce-app/assets/123109871/19e52282-ad82-4b75-bbb0-6bde67fbbe23)

I only show some page of other pages are similar