This PR introduces support for fetching Dev Products data from a JSON server, replacing the previous static import of Dev Products data. The changes include:
Implemented JSON Server for Dev Products
Set up a local JSON server to provide dynamic Dev Products data.
Updated the Dev Products page to fetch Dev Products data from the local server (http://localhost:5000/devproducts)
Checklist
Please confirm the following:
[X] My code follows the guidelines of this project.
[X] I have performed a self-review of my own code.
[X] I have commented my code, particularly wherever it was hard to understand.
[X] I have made corresponding changes to the documentation.
[X] My changes generate no new warnings.
[X] I have added things that prove my fix is effective or that my feature works.
fix #493
This PR introduces support for fetching Dev Products data from a JSON server, replacing the previous static import of Dev Products data. The changes include:
http://localhost:5000/devproducts
)Checklist
Please confirm the following: