Open Issues Need Help
View All on GitHubAI Summary: Implement loading animations (spinners or skeleton screens) on pages of the Dev Juice website where data fetching occurs to improve user experience during potential delays caused by the free hosting tier. This involves identifying data-fetching components, integrating appropriate loaders, and ensuring they disappear once data is loaded. Next.js best practices should be followed.
Dev Juice is an open-source platform that curates top tools for frontend devs and designers. Built with Next.js & FastAPI — currently under development, live soon!
AI Summary: Implement a light mode toggle for the Dev Juice website, built with Next.js and potentially using Tailwind CSS or next-themes. This involves creating a light theme with appropriate colors, adding a toggle button to the navbar, and persisting the theme selection across page reloads using local storage or cookies. The implementation should maintain a consistent color scheme and sufficient contrast.
Dev Juice is an open-source platform that curates top tools for frontend devs and designers. Built with Next.js & FastAPI — currently under development, live soon!