msk4862 / Copyright-free-image-search

Web app to search copyright free images from across the popular platforms and shows you the results in a single platform.

Home Page:https://nci.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Tools

  • Next.js v13 - A fullstack React framework for the Web.

Running Locally

If you wish to run local instancie of NCI refer to this guide!

1. Configuration

All of the configuration is handled via environmental variables (.env file).

Create .env file if you want to set any of the below environmental variable.

Option Type Description
HOST Optional This variable specify application host to run backend server, if not set it defaults to http://localhost
NCI_PIXABAY_KEY Optional Pixabay API key
NCI_PEXELS_KEY Optional Pexels API key
NCI_UNSPLASH_KEY Optional Unsplash API key

2. Running project locally

yarn dev

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

Show Support

Give this project a 🌟 to show your support 😃😃

Contributing

All kind of contributions, issues and feature requests are welcome ❤️.

About

Web app to search copyright free images from across the popular platforms and shows you the results in a single platform.

https://nci.vercel.app

License:MIT License


Languages

Language:TypeScript 81.7%Language:JavaScript 13.2%Language:SCSS 5.2%