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.
- Host: GitHub
- URL: https://github.com/gmoqa/spacex-launches
- Owner: gmoqa
- Created: 2022-09-06T13:38:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T15:26:29.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T10:24:37.957Z (over 1 year ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```