@Reney17Submitted 2 months ago
What are you most proud of, and what would you do differently next time?
What are you most proud of, and what would you do differently next time?
Proud of:
Successful integration of key features like social media links and responsive design.
A clean, user-friendly design with accessibility features.
Effective use of HTML, CSS, JavaScript, and Git for version control.
What I’d do differently:
Focus more on cross-browser testing and optimization.
Improve error handling and project documentation.
Gather early user feedback to refine the project in real-time.
What challenges did you encounter, and how did you overcome them?
Cross-Browser Compatibility: Issues with styling and responsiveness across browsers.
Solution: Used testing tools and CSS fixes to ensure consistency.
Version Control Issues: Problems with Git when pushing changes.
Solution: Pruned remotes, deleted corrupted references, and resolved conflicts.
Missing or Broken Assets: Missing fonts and images affecting the design.
Solution: Removed unnecessary files and re-uploaded missing assets.
What specific areas of your project would you like help with?
Cross-Browser Compatibility Issues: Despite testing, I am still facing minor layout inconsistencies on certain browsers. I would appreciate guidance on best practices to handle these issues, particularly with CSS Grid/Flexbox.
Optimizing Mobile Responsiveness: While the website is responsive, I am looking for tips to make it even more fluid on various screen sizes, especially in the navigation and footer sections.
Git and Version Control Best Practices: I encountered issues with pushing to the remote repository due to broken references. I would like advice on managing large repositories and avoiding similar issues in the future.
Code Documentation: I’m unsure how to properly document the code for better clarity. Could I get some advice on the best practices for writing clear and concise documentation for my project?