This app is simple example of fetching data from external API and displaying it. App was made in React with Typescript and fetched data is available here: When is the next MCU film?
npm i
Installs required dependencies
npm start
Starts app at localhost
npm build
Builds the app
npm test
Runs unit tests