Skip to content

hwork0422/GifSearch-Next-Firebase

Repository files navigation

Gif Online Search Website

Using GIPHY api third party.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License

About The Project

The project uses google firebase login and giphy third party.

Built With

Getting Started

The project runs on Node.js utilizing npm as the package manager.

Prerequisites

Make sure you have node.js version 14 or above to run this project.

Installation

  1. Clone the repository

    git clone https://github.com/codert0109/gifsearch-next-firebase.git
  2. Install NPM packages

    npm install
  3. Create a .env file using the configuration in .env.example

    touch .env
  4. Start the development server

    npm run dev
  5. Build the project

    npm run build

Test

  1. Run below command

    npm jest

Usage

To search gifs, input the keyword in the search bar.

To store your favorite gif, click favorite icon.

To see your favorite gifs, click favorite tab.

License

Distributed under the MIT License. See LICENSE for more information.

Releases

No releases published

Packages

No packages published