https://github.com/bensthoughts/shopify-nasa-challenge
Beautiful images from NASA infinitely scrolled. Sometimes the NASA APOD API is slow, give it a minute.
https://github.com/bensthoughts/shopify-nasa-challenge
nextjs react
Last synced: 2 months ago
JSON representation
Beautiful images from NASA infinitely scrolled. Sometimes the NASA APOD API is slow, give it a minute.
- Host: GitHub
- URL: https://github.com/bensthoughts/shopify-nasa-challenge
- Owner: BensThoughts
- Created: 2021-09-13T07:43:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T02:04:29.000Z (over 2 years ago)
- Last Synced: 2025-01-28T15:48:57.507Z (4 months ago)
- Topics: nextjs, react
- Language: TypeScript
- Homepage: https://shopify-nasa-challenge.netlify.app
- Size: 2.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify Nasa Challenge
My challenge project for the shopify remote front end developer position (2022).
Beautiful images from NASA infinitely scrolled. Sometimes the NASA APOD API is
slow, give it a minute.[Live Demo](https://shopify-nasa-challenge.netlify.app/)
## Getting Started Locally
First clone the repo:
```
git clone https://github.com/BensThoughts/shopify-nasa-challenge
```This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Then, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.