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

https://github.com/gmoqa/spacex-launches

This is a sandbox project to train some basic concepts of React.js and Chakra-UI, using the SpaceX API.
https://github.com/gmoqa/spacex-launches

Last synced: about 1 month ago
JSON representation

This is a sandbox project to train some basic concepts of React.js and Chakra-UI, using the SpaceX API.

Awesome Lists containing this project

README

          

### SpaceX Launch Explorer

This is a sandbox project to train some basic concepts
of [React.js](https://en.reactjs.org/) and [Chakra-UI](https://chakra-ui.com/), using the [SpaceX API](https://github.com/r-spacex/SpaceX-API).

Live Demo : https://spacex-launches.onrender.com

## Usage

Clone the repo and install dependencies:

```bash
npm install
```

Start dev server (with hot reloading):

```bash
npm run dev
```

Build for production with minification to the `dist` folder:

```bash
npm run build
```