xfr0ntier / pixabay-search-react

Pixabay Search - ReactJS Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains the frontend of Pixabay Search project, which allows an image search through Pixabay API. Built using ReactJS.

Components Tour

The components is organized into three categories:

  1. Auth - Signing In, and Register components.
  2. General - Logo, and Navigation Bar components.
  3. SearchApp - Searching components.

Running the Site

First, clone this Repo.

git clone <pixabay-search-react-repo>

npm install

Second, get the backend running. You can find it in this Repo. Edit the server_url in the SearchApp.js component, then run both backend and frontend.

npm start

Todo list

  • Search functionality.
  • Auth, and SearchApp routes.
  • Auth functionality.
  • Adding profile route.

License

This project is MIT licensed.

About

Pixabay Search - ReactJS Frontend

License:MIT License


Languages

Language:JavaScript 86.3%Language:HTML 7.2%Language:CSS 6.5%