https://github.com/runtime-error786/electronic-app
https://github.com/runtime-error786/electronic-app
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runtime-error786/electronic-app
- Owner: runtime-error786
- Created: 2024-01-19T20:46:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T05:47:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T08:22:28.748Z (12 months ago)
- Language: JavaScript
- Size: 511 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

Guest mode card:

sign in :

Customer Module:

Customer card pictures:

cart:

profile:

admin Module:

Dashboard:

I only show some page of other pages are similar