Created by: Amy Rippeto
This was a final project as a student in the Front End Engineering program at Turing School of Software and Design. I was tasked with creating a simple one page application utilizing the NASA API. The challenge was to build the application in Vue.js, a framework we were not taught.
This application allows the user to view NASA's Astronomy Picture of the Day and the images from the current month. I enjoyed learning Vue.js and look forward to expanding my knowledge and experience.
- Clone this repo
git clone https://github.com/aripp2/nasa-daily-pic.git
- Go into the directory
cd nasa-daily-pic
- Install depenencies
npm install
- Start the server
npm run serve
- Go to
http://localhost:8080/
in your browser - Enjoy!
- Note: As I was creating the application, I decided that my wireframe was not the best UX/UI, so I made significant changes.
- Modal is appending in layers of multiple modals
- Modals still need some styling and formatting
- No Testing