DenisKorkmaz / Capstone-Project-News-App

https://capstone-project-news-app.vercel.app/
1 stars 0 forks source link

User story2 #5

Closed DenisKorkmaz closed 1 year ago

DenisKorkmaz commented 1 year ago

A favorite button is placed next to each article on the main screen, allowing users to mark articles for later reading. Marked articles are stored in local storage. A separate favorites page displays all the marked articles, along with navigation to other sections of the app.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
capstone-project-news-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2023 8:32am
capstone-project-news-app-gtfb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2023 8:32am
DenisKorkmaz commented 1 year ago

Hi @Roland-Hufnagel ,

Thank you for your helpful feedback! I really appreciate you taking the time to review my code.

You're absolutely right - I initially used my app.js as the home file, but I've since corrected that and made the appropriate changes in index.js. I'll also focus on appropriately naming the functions in my files to improve readability and traceability.

Thanks again for your valuable advice. I look forward to continue working on improving my code.

DenisKorkmaz commented 1 year ago

The styles.css file I plan to refactor into a React component for better structure and maintainability. However, for now, I've chosen to keep it as it is to focus on the core functionality. Once that's solid, I'll divert more attention towards refining the design and improving the overall look and feel of the application.