Posts for Favour Vivian

Technical writer, Front end developer

Build a Budget App with Html, Css, And JavaScript

The goal of this article is to teach beginners learning JavaScript, how to use JavaScript Object, JavaScript functions declaration and function invocation, and JavaScript DOM Manipulation. Before we start let us understand what is a budget?. I like to first understand the project I am about to work on before starting out. The reason is […]

July 17, 2020 in Javascript

Build a Crud application with JavaScript

In this tutorial, we will be looking at how we can create a Crud application with JavaScript. In the course of this article, we will create a Todo app. It is focused more on beginners learning javascript. A todo app is the most popular thing to build when learning a new programming language, and all you need […]

June 8, 2020 in Javascript & Tutorials

Consuming WordPress Rest API with Angular

In this article, we will be looking at how to consume WordPress Rest Api With Angular. For the purpose of this tutorial we will be using MaterialPro Angular 8 Lite Template. Below is what we need to know before we proceed: Node.js installed in our system Angular CLI installed in our system A text editor […]

April 30, 2020 in Angular & Tutorials

Using Promises to Make HTTP Requests in Angular

Promises in ECMAScript are very much identical to the promises we make in our daily life. We will be looking out how Angular handle promises. Before Getting Started with Typescript promise let’s understand JavaScript Promise: JavaScript Promise A promise is an object that may produce a single value some time in the future: either a […]

April 16, 2020 in Angular

Building an Image Gallery with Angular

Creating a good looking Image Gallery with Angular is an awesome project to work on because it covers some basic understanding of what front end development is and what front end developers do. So in this project, we will be looking out on how we can use Unsplash api to build a beautify Image Gallery […]

April 6, 2020 in Angular

Getting started with Angular Reactive Form Validation

Handling user input with forms is the cornerstone of many common applications. Applications use forms to enable users to log in, to update a profile, to enter sensitive information, and to perform many other data-entry tasks. We will be looking at how Angular handles form Validation in Reactive Form. Angular provides two different approaches to […]

March 27, 2020 in Angular