• Developed a mobile web application designed to photography lovers that allow them to look for photographs to inspire them capturing the moment. The favorite photography will have the specifications, such as exposure time, aperture and iso, to help users to take the best picture.
• The app was developed using Ionic framework with Angular, fetching the data from Unsplash API (https://unsplash.com/developers) to get the photographs.
To run it use:
-
npm install - This command will install all dependencies used in the project;
-
API KEY - Get an API KEY on unsplash website (https://unsplash.com/developers) and add the API KEY in the src/environment/environment.ts to run the app;
-
ionic serve - This command will start the project;