Open Issues Need Help
View All on GitHub Fix: There is no proper folder structure and API calls 10 months ago
AI Summary: Refactor the project to move all API calls from components and pages into a dedicated folder (`/lib/api` or similar) to improve code organization and maintainability. This involves creating the new folder, moving the existing API calls, and updating any affected components and pages to use the new location.
Complexity:
3/5
enhancement good first issue