Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveeeie/react-nasa-api
An example React application that allows the user to search Nasa's media API for images, audio and video.
https://github.com/steveeeie/react-nasa-api
material-ui react react-router react-testing-library react-transition-group redux styled-components
Last synced: about 1 month ago
JSON representation
An example React application that allows the user to search Nasa's media API for images, audio and video.
- Host: GitHub
- URL: https://github.com/steveeeie/react-nasa-api
- Owner: Steveeeie
- Created: 2020-02-26T00:55:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:19:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T18:59:54.282Z (over 1 year ago)
- Topics: material-ui, react, react-router, react-testing-library, react-transition-group, redux, styled-components
- Language: JavaScript
- Homepage:
- Size: 4.96 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React NASA Media API Example 🚀
## Demo
http://www.stevemeredith.com/react-nasa-api/
## Description
A React application that connects to NASA's media API.
## Technologies Used
- `@material-ui/system`
- `axios`
- `react`
- `redux`
- `react-router`
- `react-transition-group`
- `styled-components`
- `@testing-library`## Available Scripts
- `yarn start` - Starts a development server
- `yarn test` - Runs JEST tests
- `yarn build` - Builds a production version of the project
- `yarn deploy` - Deploys the project to GitHub Pages