codeforcauseorg / edu-client

Product focuses on 100% education as well as upskilling developing countries and rural areas.
https://educlient.codeforcause.org/
MIT License
130 stars 149 forks source link

Checkout Page #177

Closed faisaljamil25 closed 3 years ago

faisaljamil25 commented 3 years ago

Issue Number

fixes #157

Describe the changes you've made

Created checkout page and added dummy address data in src\data\address.json file

Describe if there is any unusual behavior (Any Warning) of your code(Write NA if there isn't)

I was getting this error: chokidar@2: Error: Cannot find module 'watchpack-chokidar2' which I fixed it by adding "win32" under "node_modules/fsevents" in package-lock.json

reference: https://stackoverflow.com/a/66385743

"os": [
        "darwin",
        "win32"
      ],

Test plan (OPTIONAL)

visit http://localhost:3000/checkout/1 to see the checkout page

Checklist

faisaljamil25 commented 3 years ago

Screenshot 2021-03-31 005418 Screenshot 2021-03-31 005552

faisaljamil25 commented 3 years ago

@Abhishek-kumar09 checks are failing because <PlayCircleOutline /> is not imported in src\layouts\MainLayout\BottomNav.js see #175 for reference