image-search

0 Stars
🍴 0 Forks
🛠 JavaScript
🕒 12/9/2025

This is a fairly simple image search engine using ReactJS

nodejsreact

Simple Image Search Application.

This is a basic application intended to be a search engine for images in the browser Unsplash

Necessary Configurations

You must create your client-key in Unsplash Developer

After you have created it you must paste that key in the Json Configuration file.

Preparations to start the application

Install Dependencies.

Install the dependencies

npm install

Start the application in development mode.

npm start

Build the application for production.

npm run build

Example of Application.

Example of Application