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
- Host: GitHub
- URL: https://github.com/rifandani/image-finder-app
- Owner: rifandani
- Created: 2020-05-10T14:30:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T15:00:32.000Z (about 5 years ago)
- Last Synced: 2025-01-21T15:49:12.724Z (5 months ago)
- Topics: bootstrap4, create-react-app, create-react-app-template, image-finder, nodejs, react, react-dom, react-router-dom
- Language: JavaScript
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```