anuraagnagar / image-search-app

A Image search app built using React JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Searching App in React

This is a simple image searching app built using React. It allows users to search for images and view the results.

Features

  • Search for images by entering a keyword.
  • View a grid of image results with image title.
  • Click on an image to view it in full size.

Prerequisites

Before you start, make sure you have the following installed on your system:

Installation & Setup

Follow these instructions to get the project up and running on your local machine.

  1. Clone this repository to your machine.
git clone https://github.com/anuraagnagar/image-search-app.git
  1. Change into the project directory.
cd image-search-app
  1. Install the project dependencies using npm.
npm install

Before starting the server you need to set unsplash-access-key. Please save the .env.example file to .env in your base directory and set UNSPLASH_ACCESS_KEY.

  1. Run the development server.
npm start

To access this application open http://localhost:3000 in your web browser.

About

A Image search app built using React JS.


Languages

Language:JavaScript 48.7%Language:CSS 41.5%Language:HTML 9.8%