Skip to content

Unsplash Images is an app that allows users to search for images using the Unsplash API

Notifications You must be signed in to change notification settings

akaBaytar/unsplash-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsplash Images

  • Unsplash Images is an app that allows users to search for images using the Unsplash API.
  • Axios and React Query are used for fetching operations.
  • Search term is sent to the fetch function using the Context API.
  • This project has been a valuable contribution to my learning journey with React.

Technologies Used

  • HTML (JSX)
  • CSS
  • React (Vite)
  • Axios
  • React Query

Installation

  1. Clone the repository: git clone https://github.com/akabaytar/unsplash-images.git
  2. Navigate to the project directory: cd unsplash-images
  3. Install dependencies: npm install
  4. Create a .env file at the same level as the src directory
  5. Assign https://api.unsplash.com/search/photos to VITE_API_URL variable.
  6. Assign your own API key to the VITE_API_KEY variable.
  7. Run the project locally: npm run dev
  8. Visit localhost: http://localhost:5173/

Screenshot

Screenshot

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, feel free to contact me at here.

About

Unsplash Images is an app that allows users to search for images using the Unsplash API

Topics

Resources

Stars

Watchers

Forks