This application lists the most recent launches from SpaceX.
https://api.spacexdata.com/v2/launches
https://asudbury.github.io/spaces-launches/
This project was bootstrapped with Create React App.
npx create-react-app spacex-launches --template typescript
TypeScript for language and type safety
ESLint for statically analyzing code
Prettier for code formatting
Airbnb style guide for code styling
Material UI for UI components, icons and styling
Redux Toolkit for state management
React Router for page routing
Material Table for displaying table data
Syntax Highlighter for displaying json data
React Testing Library for component testing
npm test
Cypress for user interface testing
npx cypress open