Skip to content

React application integrated with NASA API to search and show media

License

Notifications You must be signed in to change notification settings

im-oswald/nasa-media-library

Repository files navigation

Installation

git clone https://github.com/im-oswald/nasa-media-library.git
cd nasa-media-library
yarn / npm i

To use it for your own project the easiest way is to use the green Template Button on top right of this repo on Github.

Usage

Development server

yarn start / npm start

You can view the development server at localhost:3000. (change port in ./config/webpack.dev.js)

Unit Test

 yarn test / npm test

Production build

 yarn build / npm run build

Features

Dependencies

webpack

Babel

Jest

Loaders

Eslint

Plugins

Http

  • axios - Promise based client to make HTTP requests from browser

Alert

DateTime

  • moment-react - React component for date & time computations and formatting

About

React application integrated with NASA API to search and show media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages