joe-crick / contact-manager

An example Reduxigen application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Manager

Contact Manager is a sample application built using React and Redux with Reduxigen. It was built to showcase how you can build an application using Reduxigen.

Contact Manager has two screens:

  • Contacts
  • Contact Details

It uses the JSON Placeholder Test API for its backend. While this API exposes methods that produce side effects (like POST), no side effects are ever produced by it. It is always static. No data ever changes.

About

An example Reduxigen application


Languages

Language:JavaScript 87.4%Language:HTML 9.4%Language:CSS 3.1%