Skip to content

pranjaljain0/DaShop

Repository files navigation

DaShop

DaShop is built using React Native, This applicaton facilitates 8+ screens equipped with full functionality that an eCommerce app requires.This is a great starting point for app development

APIs Used

Randon user API

Mock Data API

Mock API JSON for product

"0" : {

    "id" : "1",
    "product_title" : "Practical Cotton Hat",
    "product_price" : "1.00",
    "product_description" : "Rustic",
    "product_image" : "https://s3.amazonaws.com/uifaces/faces/twitter/y2graphic/128.jpg" 

},
"1" : {

    "id" : "2",
    "product_title" : "Refined Wooden Fish",
    "product_price" : "952.00",
    "product_description" : "Incredible",
    "product_image" : "https://s3.amazonaws.com/uifaces/faces/twitter/vigobronx/128.jpg" 

},
...

Mock API JSON for random person

{
  "results": [
    {
      "gender": "male",
      "name": {
        "title": "Mr",
        "first": "Gerardo",
        "last": "Peña"
      },
      "location": {
        "street": {
          "number": 4236,
          "name": "Calle de Arganzuela"
        },
        "city": "Gandía",
        "state": "Aragón",
        "country": "Spain",
        "postcode": 85194,
        "coordinates": {
          "latitude": "-22.2103",
          "longitude": "-137.7351"
        },
        "timezone": {
          "offset": "0:00",
...

Screens

Splash Screen

Splash Screen

Login/Signup

Login/Signup Screen

Products screen

Products screen

About

a react native e commerce application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages