This is a simple front-end application that retrieves data from NASA's Astronomy Picture Of the Day open API and presents it as a list of cards with the pictures and their description.
By default, the app retrieves entries for the last month, but the user can select another time range by selecting desired start date with a date picker. The app has a functionality to like and unlike the pictures, all the liked entries are saved locally in the browser and are presented in the Favorites tab. It is also possible to filter the pictures by title or description.
The app is deployed on Netlify platform and available by the link.
- Vue.js + Vue Router + Vuex
- Vuetify
- Axios
- SASS
If you have any questions, suggestions or feedback, feel free to contact me on Telegram or by email
npm install
npm run serve
npm run build
npm run lint