This is my first project to learn react and some basic API stuff.
-
Clone the project:
git clone https://github.com/AloisCRR/pixabay-api-web-app.git
-
Go to the project directory:
cd pixabay-api-web-app
-
Install dependencies:
npm install
-
Add your API key:
// In App.js const apiKey = "put here your api key";
-
Start the dev server:
npm run start
Open http://localhost:3000 to view it in the browser.
- App functionality
- Testing
- Hosting, domain, etc.
- CI/CD