Skip to content

AloisCRR/image-search-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Search Web App

This is my first project to learn react and some basic API stuff.

Run Locally

  1. Clone the project:

     git clone https://github.com/AloisCRR/pixabay-api-web-app.git
  2. Go to the project directory:

     cd pixabay-api-web-app
  3. Install dependencies:

     npm install
  4. Add your API key:

    // In App.js
    
    const apiKey = "put here your api key";
  5. Start the dev server:

     npm run start

    Open http://localhost:3000 to view it in the browser.

Screenshots

Screenshot

Tech Stack

Roadmap

  • App functionality
  • Testing
  • Hosting, domain, etc.
  • CI/CD

About

React-powered website. Using Pixabay API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published