A small WebApp to display the NASA's Astronomy Picture of the Day (APOD).
You can check out a live version right here.
- TypeScript
- React
- Redux
- Styled-Components
This project is based on CRA. If you've ever used it, you'll feel right at home 😉.
Install dependencies:
$ yarn
Run the project:
$ yarn start
Build for production:
$ yarn build