0.1.5 • Published 2 years ago

@mwinel/nasa-image-search v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NASA Image Search

This is a simple web app that allows you to search images by NASA.

Demo Link

https://nasa-image-search-three.vercel.app/

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Storybook

The frontend UI components are built (into a Design System), tested, reviewed and packaged in isolation using Storybook.

The design system can be found here NASA Image Search design system.

Run story book:

npm run storybook
# or
yarn storybook