This app uses Vue, Vuex, Bootstrap, Bootstrap-vue, vuex-persist and js-cookie to build a web app where user can see images fetched from NASA apod api. This app is deployed at https://singhgursharnbir.github.io/vueNasaApod/
- User can today's featured image
- User can go back or forward in days using arrows
- User can select a date to navigate to that date
- User can give there on visitin the app and it get stored as cookie for 1 day
- User can save their favourite date and it will stored as a local storage which can shown quickly whenever user want to
- Clone this repo
- cd to repo like cd .\vueNasaApod
- npm install to install all req'd dependencies( make sure have npm installed if not install NPM ). Make sure package.json is in directory before running npm install
- npm run serve to start the local server
- Open http://localhost:8080 to view it in the browser.
npm install
npm run serve
npm run build
npm run lint