Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 542 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, set the NEXT_PUBLIC_API_KEY in your env which is the NASA API

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Missing to implement

  • Already favorited validation
  • Better not found display
  • Tests