Skip to content

This is a small web application for displaying the details of SpaceX Launches. It is built with Reactjs and Chakra-UI and SpaceX's Graphql API. It has responsive UI, PWA support, pagination

Notifications You must be signed in to change notification settings

HarshaVardhanNakkina/spacex-graphql-api

Repository files navigation

SpaceX Launches

Twitter FollowGitHub last commitVercel

Description

This is a small web application for displaying the details of SpaceX Launches.

Demo

Here is a working live demo : https://spacex-graphql-api.vercel.app/

Features

  • Dark and Light Themes

Dark and Light Themes

  • Responsive Design

Resposive Deisgn

  • PWA (Progressive Web App)

  • Image Lazy Loading

  • Component Lazy Loading (Route Splitting)

Bug Report / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Built with

  • Spacex Graphql API
  • Reactjs - React makes it painless to create interactive UIs. Build encapsulated components that manage their own state, then compose them to make complex UIs.
  • Apollo React Client - Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI.
  • GraphQL Code Generator - Generate code from your GraphQL schema and operations with a simple CLI.
  • Chakra UI - Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
  • Reach Router - Reach Router is a small, simple router for React that borrows from React Router, Ember, and Preact Router.
  • Parcel - Blazing fast, zero configuration web application bundler.
  • Workbox - Workbox is a library that bakes in a set of best practices and removes the boilerplate every developer writes when working with service workers.
  • Yarn - Yarn is a package manager that doubles down as project manager. Whether you work on one-shot projects or large monorepos, as a hobbyist or an enterprise user, we've got you covered.

Contribution

Want to contribute? Thank, you!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • run yarn install or simply yarn
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Commit your changes
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

To-do

  • Add more accessibility features.
  • Keep pagination in the home page only
  • Photo slider to view photos in the launch details page

About

This is a small web application for displaying the details of SpaceX Launches. It is built with Reactjs and Chakra-UI and SpaceX's Graphql API. It has responsive UI, PWA support, pagination

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published