Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.07 KB

File metadata and controls

31 lines (23 loc) · 1.07 KB

Spacestagram: Image-sharing from the final frontier


Installation and Usage

Pre-Requisite Installation

Run the following in your terminal:

npm install -g @angular/cli
git clone https://github.com/sohailshiraj/shopify-frontend-challenge-summer-2022.git
cd shopify-frontend-challenge-summer-2022
npm install

Functionality

  • Fetching data from Mars Rover API Data from here
  • Displaying description for each image.
  • Option for liking and disliking an image.
  • Saving data locally so that user likes/dislikes is saved.
  • User can refresh data from server or use the one locally saved.
  • Added a loading state while user is waiting for the API to return data;
  • Added a date picker to be able to browse photos startig from a specific date.