Alexis Dev
HomeProjectsContact

Alexis Costa

Full Stack Developer building modern, efficient and scalable web applications.

Pilar, Buenos Aires, Argentina 🇦🇷

Repositories

  • crud-app
  • alexissdev.me
  • Balder
  • Isis

Connect

Send a messageJoin Discordalesideveloper@gmail.com

© 2026 Alexis Costa — All rights reserved.

Back

image-search

This is a fairly simple image search engine using ReactJS

0 stars0 forksJavaScriptDecember 9, 2025
nodejsreact

README

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

View on GitHub← Back