GDSC-RCCIIT / gdg-website

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

Added JSON Server Support in the WhitePapers Page | Issue #493 #551

Closed Shariq2003 closed 2 weeks ago

Shariq2003 commented 2 weeks ago

fix #493

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

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 2 weeks ago

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

github-actions[bot] commented 2 weeks ago

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