richardbristow / nasa-image-library

A gallery site that gets images/videos/audio from the NASA Image API.

Home Page:https://nasa-image-library.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NASA Image Library

Lint, test, build, deploy

Netlify Status

A gallery site that gets images/videos/audio from the NASA Image API.

Install

Install and start the app:

  git clone https://github.com/richardbristow/nasa-image-library.git
  cd nasa-image-library
  yarn
  yarn start

The app will be available at: http://localhost:3000/

Run tests:

  yarn test

Lint code:

  yarn lint     # lint javascript and css
  yarn lint:js  # lint javascript
  yarn lint:css # lint css

Build:

  yarn build

Demo site

A deployed demo site is available at the link below:

https://nasa-image-library.netlify.app

Other Info

This project was bootstrapped with Create React App.

Create React App documentation.

About

A gallery site that gets images/videos/audio from the NASA Image API.

https://nasa-image-library.netlify.app


Languages

Language:JavaScript 93.6%Language:HTML 6.4%