Javascript

Getting Started With Angular Using the Angular CLI — step-by-step Javascript tutorial on Progressive Robot

Getting Started With Angular Using the Angular CLI

Angular is a popular JavaScript framework that creates interactive web, mobile, and desktop applications. The Angular CLI simplifies the process of getting started with Angular. This tutorial covers building an Angular application through the Angular CLI and working with its HTML, CSS, and TypeScript files.

Read more
How To Animate Elements Along SVG Paths with the PathSlider Library — step-by-step Javascript tutorial on Progressive Robot

How To Animate Elements Along SVG Paths with the PathSlider Library

The `path` element of SVG can be used to create innovative animations for the frontend of your website or web application. In this tutorial, we will show you how to set up your HTML, CSS, and JavaScript to move elements along an SVG `path` using the `PathSlider` library. By following the entire tutorial, you will develop sliders that move from one position to another using this library.

Read more
How To Build a Jamstack Portfolio with Angular 11 and Scully — step-by-step Javascript tutorial on Progressive Robot

How To Build a Jamstack Portfolio with Angular 11 and Scully

As a developer, it’s important to have a portfolio showcasing your skills and previous work. You can build an engaging and fast portfolio using Angular and Scully. In this tutorial, you will generate an Angular app, add pages to show your projects and profile, and add services to populate these pages. Additionally, you will generate a blog and create posts for it. Lastly, you will convert the app into a static site using Scully.

Read more
How To Build a Weather App with Angular, Bootstrap, and the APIXU API — step-by-step Javascript tutorial on Progressive Robot

How To Build a Weather App with Angular, Bootstrap, and the APIXU API

[Angular](https://angular.io) is a front-end web framework that allows developers to build single-page applications modeled around a _model-view-controller_ (MVC) design. In this tutorial, you’ll create a weather app using Angular, Bootstrap, and the APIXU API. You’ll be able to type a location into a search form and on submission of that form, see the current weather details for that location displayed in your app.

Read more
CHAT