ishtiaqdev / React-Redux-SpaceX-Missions

React Redux SpaceX Mission app for showing data from SpaceX APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Store App With REST API Consumption From SPACEX


Introduction

This a basic react-redux-rest-api-consumption application for showing json data from API and searching data from redux store locally. It is also using enzyme for app testing. It currently uses SpaceX REST APIs for showing the data.

Steps to run the application

Install the dependencies

Run npm install at the project root to install the app dependencies

How to run tests

Run npm test at the project root to run the tests.

How to run the application

Run npm start at the project root to run the application.

Your default web browser will be launched automatically with the url http://localhost:3000

About

React Redux SpaceX Mission app for showing data from SpaceX APIs.


Languages

Language:JavaScript 92.9%Language:HTML 5.3%Language:CSS 1.7%