Pics Display

About The Project 👀

  • It's a web app containing a text input at the very top center of the screen and a user type in some text there.
  • It fetches a list of images that match whatever term that user just entered and shows it in a structured way.



  • Go Test Here : Site

Getting Started 🚀

To get a local copy up and running follow these simple example steps.

Prerequisites 💻

Installation ⬇️

1. Fork this repository 🍴

2. Clone your forked repository to your local system 👥

git clone https://github.com/<your-username>/pics-display.git

Or Download and extract the zip file.

Running

1. Install NPM packages ⬇️

npm install

2. Run! 🏃‍♂️

npm start

Contributing 🤝

Any contributions you make are greatly appreciated.

  1. Create your Branch (git checkout -b master/test-branch)
  2. Commit your Changes (git commit -m 'Add some code')
  3. Push to the Branch (git push origin master/test-branch)
  4. Open a Pull Request

Authors 📕