π Today, I am excited to share my progress on my #100daysofcodechallenge journey.
β³ On day 1-2, I have made this React Image Search application by completing the following steps:
β
Used Unsplash API for getting Images in the application
β
Made API Calls in different scenarios
β
Used ESLint to fix application issues
β
Implemented Pagination in React
βοΈ Tech Stack: React.js
βοΈ Github: https://github.com/tabassum2507/ImageSearch_ReactVite_Project
βοΈ URL: https://image-search-react-vite-project.vercel.app/
π₯Doing the #100daysofcodechallenge to brush up on my coding skills and build confidence in coding publicly! Join me on this journey! Share your feedback, suggestions, and experiences in the comments. Let's code, learn, and grow together! π»π± #100DaysOfCode #CodingCommunity π
Top comments (2)
This is a very nice project! I see you have some sizing issues with some of the images stretching or shrinking a bit, but overall it's really nice.
Thanks a bunch for bringing that to my attention. I've made some changes to the image CSS by adding "max-width: 100%; max-height: 100%; object-fit: cover;". I believe it's looking much better now. Your feedback means a lot to me! π Thanks again!