- Front End Developer Intern Challenge - Summer 2022
- Deployed App
- Link to challenge
Pre-Requisite Installation
- Install Node
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
- 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.