malexandre / node-gif

Little project to get familiar with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

Just a little project to show off Node.js and ReactJS. Simple server with listing of Gif from Giphy and Emojis from emojilib, with favorites management.

GUI has been made with bootstrap (nothing fancy, just basic components). Test with Jest & Enzyme.

How to test the project

You need to have Node.js & Yarn (sudo npm install -g yarn).

  1. yarn
  2. yarn start
  3. Create the file app/server/config.js exporting an object with your Giphy Api Key as GIPHY_API_KEY
  4. Access the project in your browser at http://localhost:8000

About

Little project to get familiar with Node.js


Languages

Language:JavaScript 99.1%Language:HTML 0.6%Language:CSS 0.2%