Open Issues Need Help
View All on GitHub Add Setup Instructions to README about 2 months ago
AI Summary: The task is to enhance the project's README file by adding clear and concise setup instructions. This includes steps for cloning the repository, installing dependencies, and launching the application locally. The existing README already contains some of this information, but it needs to be more comprehensive and explicitly include testing instructions if applicable.
Complexity:
2/5
documentation good first issue
Add Dark Mode Toggle about 2 months ago
AI Summary: Implement a user interface toggle that allows users to switch between light and dark mode themes within the existing Next.js 14 portfolio template. This likely involves adding a button or switch element, updating the CSS or styling to handle the theme change, and potentially persisting the user's preference using local storage or cookies.
Complexity:
3/5
enhancement good first issue UI