Portfolio
Client Portfolio
This project was my first real foray in to using the Angular framework (having previously only ever touched vanilla html/css) as well as my first time creating a project for someone other than myself. I worked on the project along side my friend who helped me learn and understand the basics of Angular throughout the course of the project. Through the help of my friend and the experience of creating the project I began to understand how things inside the framework fit together whilst having to adapt features and designs at the request of the client.
Todo App
Creating this project was my chance to dive further into the Angular framework by creating a CRUD application that would require me to learn how data travels through the framework. Both with the use of inputs/outputs as well as through services which I used to store data that was needed across the application as well as build a lot of the functionality for creating, updating, manipulating and deleting data inside of the app.
Weather App
The goal with this project was to learn how to create a data driven application powered by an API, in this instance, the OpenWeatherAPI. The result is an application capable of providing the user with a 7 day weather forecast, not only for their current location through the use of geolocation, but any city in the world through a search bar that will display multiple matching results and then fetch the weather from the users selection.