An open API service indexing awesome lists of open source software.

https://github.com/rifandani/image-finder-app

Simple Image Finder App using React and Bootstrap
https://github.com/rifandani/image-finder-app

bootstrap4 create-react-app create-react-app-template image-finder nodejs react react-dom react-router-dom

Last synced: 3 months ago
JSON representation

Simple Image Finder App using React and Bootstrap

Awesome Lists containing this project

README

        

# React Image Finder

> Membangun Simple Image Finder App berbasis ReactJS dengan penyedia image API pixabay dan deployed in Netlify

## Demo

Demo aplikasi dapat diakses dengan link berikut: [Image Finder](https://react-image-finder-app.netlify.app/)

## Installation

```
# download atau clone repository
$ git clone https://github.com/rifandani/image-finder-app.git

# masuk ke app's directory project ini
$ cd my-project

# install app's dependencies untuk menginstall node_modules
$ npm install

# preview project di browser
$ npm start
```