An App using the nasa API to fetch some NASA's picture of the day and save some pictures that you like
- react - Framework
- styled-components - Alternative to CSS
- react-fetch-hook - Hook for conveniently use Fetch API
- NASA's picture of the day API - For getting their awesome pictures
- Clone this repo
- Run
npm install
- Run
npm start