Skip to content

usb8/laptop-store---a-react-native-mobile-app

Repository files navigation

DESCRIPTION:

  • A mobile application that helps businesses in reaching out to clients who have the habit of purchasing things via mobile platforms
  • The application has two main user types: customers and admins/businesses
  • The project results:

APPLICATION ARCHITECTURE:

backend:

  • Framework: nodeJS, expressJS
  • Port view: 3000

frontend:

  • Framework: React Native

Customer App (this repository):

  • Some versions:
    • "node": "16.13.2",
    • "react": "17.0.2",
    • "react-native": "0.67.2"

Admin App:

  • Some versions:
    • "node": "16.13.2",
    • "react": "17.0.2",
    • "react-native": "0.68.0",
    • "Java": "jdk-11.0.13" ( If you have the old Java version, you should go to: [Your directory]\android\gradle.properties then, paste the code: org.gradle.java.home = C:\Program Files\Java\jdk-11.0.13 )

database:

  • MySQL on localhost (MariaDB on server)

cloud:

  • Amazon Web Services

UX, UI:

  • Figma

HOW TO RUN:

backend:

  • npm install
  • node ./index.js

frontend:

  • You could use the apk file to use / test app on the android phone
  • Or, run:
    • npm install
    • npm start
    • npm run android

Link to the server where the project is running:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors