Skip to content

cfmano/twitter-image-filter

 
 

Repository files navigation

Twitter image filter

Description

Purpose of this app is pure demonstration of migration from just React to React+Redux. You can create filters containing tags. These filters are saved inside localStorage. These filters can be used for searching in twitter images feed.

Stack

  • react
  • react-router
  • webpack
  • nodeJS
  • babel (ES6)
  • express (for HMR)

Prerequisites

$ npm i -g rimraf eslint babel-eslint eslint-plugin-react
$ npm i

Set your env variables inside .env for twitter fetching.

Info

This repo contains 2 branches:

  • master - State without Redux
  • redux - Same app migrated to redux

Start

$ npm run watch

Open http://localhost:8081/

About

Demonstration app for migration to redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • CSS 9.4%
  • HTML 8.7%