Javascript

AngularJS Routing Example - ngRoute, $routeProvider — step-by-step Javascript tutorial on Progressive Robot

AngularJS Routing Example – ngRoute, $routeProvider

Today we will look into AngularJS Routing example using ngRoute module and $routeProvider. Earlier we looked into [AngularJS Modules](/community/tutorials/angularjs-module-tutorial-example "AngularJS Module Tutorial Example") and [AngularJS Controllers](/community/tutorials/angularjs-controller-scope-and-view-tutorial-example "AngularJS Controller, Scope and View Tutorial Example"). Routing in AngularJS ![angularjs routing example, ngRoute, $routeProvider](images/angularjs-routing-example-ngroute-routeprovider-section-1.png) Routing in AngularJS is one of the core feature. In this AngularJS routing example, […]

Read more
How To Build a Photo Search App with React Using the Unsplash API — step-by-step Javascript tutorial on Progressive Robot

How To Build a Photo Search App with React Using the Unsplash API

This tutorial shows how to build a JavaScript search bar application with the React front-end library to query and display images using the Unsplash API. It covers styling the user interface with CSS, managing state with React Hooks like useState(), and using JSX to display the images to a webpage. At the end of this tutorial, you’ll have a working application that uses React Hooks to query the Unsplash API.

Read more
CHAT