An open API service indexing awesome lists of open source software.

https://github.com/saswatamcode/spacex_launch

A simple Next.js app which uses the SpaceX GraphQL API. Also uses TailwindCSS and Apollo Client.
https://github.com/saswatamcode/spacex_launch

apollo-client graphql nextjs tailwindcss

Last synced: 11 months ago
JSON representation

A simple Next.js app which uses the SpaceX GraphQL API. Also uses TailwindCSS and Apollo Client.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
[![GitHub forks](https://img.shields.io/github/forks/saswatamcode/spaceX_launch?style=social)](https://GitHub.com/saswatamcode/spaceX_launch/network/)
[![GitHub stars](https://img.shields.io/github/stars/saswatamcode/spaceX_launch?style=social)](https://GitHub.com/saswatamcode/spaceX_launch/stargazers/)
[![GitHub issues](https://img.shields.io/github/issues/saswatamcode/spaceX_launch.svg)](https://GitHub.com/saswatamcode/spaceX_launch/issues/)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)

# SpaceX Launch
A simple Next.js app which uses the [SpaceX GraphQL API](https://api.spacex.land/graphql/). Also uses TailwindCSS and Apollo Client.

## Screenshot
![MainScreen!](screenshots/Screenshot-1.png)

## To Run
- Clone into repo
- Run `yarn`
- Run `yarn dev`
- Visit `localhost:3000`

A sample demo is hosted [here](https://spacexlaunchessm.netlify.app/)