Tech Stack to be used - Angular 10+. Create a responsive web app for reviewing Flickr images. The application would consist of two pages. In the first page, pull the latest 30 food images from Flickr using Flickr API and display in a grid format. By clicking on any of the images, the user should be redirected to a new page. In the new page, display the information of clicked image (like image, name, description) and provide a form to add a review. The review form will have the below fields
- Rating (1 to 10 stars, you can use radio buttons to take this input)
- Rating provided by
- Reason for the rating
Once the user provides the review, the user should be redirected to the main page and the rating should be displayed along with the image.
This project was generated with Angular CLI version 13.1.1.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
- Install : using npm i angular-cli-ghpages --save-dev
- Run Build : ng build --prod --base-href "https://GithubUserName.github.io/GithubRepoName/" (ng build --prod --base-href "https://aishwaryamensinkai.github.io/FlickrImages/")
- Deploy to gh-pages: npx angular-cli-ghpages --dir=dist/flickr-images