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 150 forks source link

Course Description, Perks #100

Closed faisaljamil25 closed 3 years ago

faisaljamil25 commented 3 years ago

Issue Number

fixes #92

Describe the changes you've made

Created course description section and course perks section. Created courseDetail.json file to store all the data of course detail page so that more course can be added without changing the main code. Refactor whole course detail page and added schedule section.

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

NA

Test plan (OPTIONAL)

visit http://localhost:3000/course/1 to see the course detail page.

Checklist

faisaljamil25 commented 3 years ago

Screenshots

Screenshot 2021-03-15 204013

Screenshot 2021-03-15 204051

Screenshot 2021-03-15 204153

Screenshot 2021-03-15 204225

faisaljamil25 commented 3 years ago

@Abhishek-kumar09 please review this and let me know any suggestions.

Abhishek-kumar09 commented 3 years ago

I will be reviewing your changes positively by tomorrow. Thanks for the PR.

KeenWarrior commented 3 years ago

Hey @faisaljamil25 Sorry for the delay

Can you please fix the conflicts and let us know.

faisaljamil25 commented 3 years ago

@KeenWarrior fixed all conflicts and transferred all course detail page data to courseDetail.json file so that more courses can be added without changing the main code. Let me know if anything needs to be changed.

Abhishek-kumar09 commented 3 years ago

Looks good