❗ Don't use other's API key.
I made a Images Gallery (Click on the link and check it ✔✅) using API from api-ninja.
- 
1: Create an Account on api-ninja 🐱👤 
- 
2: Take an API KEY. 
- 
3: make a file " .env.local " on main directory. 
- 
4: Put API KEY like this if you are using react(vite).js: 
VITE_JOKES = 'put-your-real-API KEY-to-here' 🔑
- 5: Then go on that file, where you are using api key and paste this code:
const API = import.meta.env.VITE_JOKES
- this code is for react.(vite).js 👆