Skip to content

davidgearyauthor/redux-book-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

redux-book-search

This is the code for the book search application discussed in the Manage state with Redux article series from IBM Developerworks, published in the late summer of 2016.

This repository contains two implementations of the book search application. One uses React and the other uses Angular. Because both Angular and React are component-based frameworks, the Angular version of the book search application is nearly identical to the React version, except for the implementation of the application's components. The Redux-specific parts of the code are identical.

To run the application, first install Node.js and npm. Then go to either the react or angular directory and run npm install, which may take a few minutes, followed by npm start. The application is available at http://localhost:9090. If you open the developer tools, you will see lots of eslint warnings. See .eslintrc for details.

About

Source code for the Redux Book Search application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published