/myt-redux-thunk

This is a sample project to demonstrate using React and Redux to access The Movie Database API

Primary LanguageJavaScript

Description

This is a sample project to demonstrate using React and Redux to access The Movie Database API

This project was bootstrapped with Create Next App and as such has server-side rendering

It uses redux-thunk to manage asynchronous updates to the Redux store

The CSS styling is rudimentary, with focus given to the code


To run the project

yarn

yarn dev

and access the client at http://localhost:3000


Testing

This project does basic testing of the API logic using tape, tape-promise and moxios

To test logic

cd tests/logic

node index.test.js