Subhajit Sarkar
@subx6789All solutions
- Submitted 4 months ago
Responsive API website using React and Tailwind CSS
- HTML
- CSS
- JS
- API
-
Component Structure: I initially created too many small components, which made the project harder to manage. I'd like feedback on how to better organize my components and combine them more effectively.
-
Handling Incomplete Data: Some countries, like Antarctica, have incomplete data from the API, which was breaking the website. I'd appreciate suggestions on the best practices for handling missing or incomplete data gracefully.
-
State Management and Data Fetching: I'm using API caching and local storage for data persistence. I'd love advice on improving my state management and optimizing data fetching strategies.
-
Responsive Design: While I tried to ensure the site is fully responsive, I would appreciate feedback on improving the mobile and desktop design, particularly for edge cases and different screen sizes.