DEV Community

Cover image for Day 1-2: React Image Search Application
Tabassum Khanum
Tabassum Khanum

Posted on

Day 1-2: React Image Search Application

πŸ‘‹ 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)

Collapse
 
alekswritescode profile image
Aleks Popovic

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.

Collapse
 
codewithtee profile image
Tabassum Khanum

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!