Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 902 Bytes

README.md

File metadata and controls

55 lines (35 loc) · 902 Bytes

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