Skip to content

Tinder-style swipe dating app with scoring, filtering by gender and score, rendered in react w/redux/thunk

Notifications You must be signed in to change notification settings

rastapopolous/reduxNotterHott

Repository files navigation

reduxNotterHott

Tech

  • ES6
  • React
  • Redux
  • Thunk
  • React Router
  • WebPack/Babel
  • Webpack-dev-server
  • React-redux/Connect

Installing

  1. npm build
  2. npm run

Features

  • Container/component based application on two routes
  • API requests for data at the container level
  • Toplevel components are connected to store then pass data down to children
  • Methods passed down as props modify data on the parent based on event local to children

Running locally

  1. npm build
  2. npm start

##Note

  • App throws warning about moving to prop-types npm package and class Component syntax.
  • These are employed exclusively in the app, source of warnings is unclear

About

Tinder-style swipe dating app with scoring, filtering by gender and score, rendered in react w/redux/thunk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published