GDSC-RCCIIT / gdg-website

official GDG site for RCCIIT,Kolkata
MIT License
12 stars 43 forks source link

Added JSON Server Support in the GDSC Chapters Page | Issue #493 #518

Closed Shariq2003 closed 1 week ago

Shariq2003 commented 1 week ago

fix #493

This PR introduces support for fetching chapters data from a JSON server, replacing the previous static import of chapters data. The changes include:

Changes Made:

image image

Related Issue:

Closes #493

How to Test:

  1. Ensure that the JSON server is running by executing the following command:
    
    npx json-server --watch db.json --port 5000
    ---

Checklist

Please confirm the following:

github-actions[bot] commented 1 week ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊

github-actions[bot] commented 1 week ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊

rishicds commented 1 week ago

please fix conflicts

Shariq2003 commented 1 week ago

@rishicds sir, check now.