A small web app that fetches data of SpaceX launches from SpaceX GrapQL API. It shows an overview of 20 launches.
Language | JavaScript |
Framework | Next.js |
Styling | Tailwind CSS |
API Query Language | GraphQL |
Graph Platform | Apollo |
To get the project up and running. Insert these commands in the root of your project:
# Install all packages
yarn
yarn dev
yarn build