- run
yarn
to install dependencies - run
yarn start
to start development environment
- run
yarn
to install dependencies - run
yarn build
to build app for production - output is in
build
directory, ready to be deployed
All data is fetched from the unofficial SpaceX API V3 at spacexdata.com.
This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.
- React - UI library
- Chakra UI - Design system and component library, with Emotion, its peer dependency
- SWR - Data fetching and caching library
- React Router v6 - routing library
- React Feathers - Icons (Feather icons wrapper for React)
- timeago.js - Tiny library to display human-readable relative time difference