Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

arranzropablo/learning-angular

Repository files navigation

Learning Angular

This repository contains the web-apps i have developed as a part of an Angular course on Udemy.
(shout out to https://www.udemy.com/angular-2-fernando-herrera).

Each "section" finishes with a developed project where the acquired knowledge is shown off.

Index:

1. helloWorld: Simple app made as a "hello world" where we can find examples of components (created via CLI and manually), ngIf and ngFor.

2. simpsons-app: First SPA made. This app contains a navbar which you can use to navigate to "characters" section or to search any simpsons character you want (among those which I've included). With this app I've learnt how to use components (more deeply than in "helloWorld"), services and routing.

3. pipes: This is a simple app made to learn how pipes work and how to design our own pipes. It consists of a table with a column where we can see the original string, a column where we can see the pipe we applied, and a column with the final result.

4. spoti-app: SPA which use Spotify's API and widget. It has a home page with images into a carousel and a search page where artists are shown at the time we write the search term. If we click on an artist we can see a button which links us to his spotify page and his top tracks (This part might not work properly as Auth0 Token needs to be asked when certain time passed... Spotify client needs to be installed, etc...)

5. desires-ionic: Mobile application made using ionic and angular. You can create lists with elements and check them when they are completed.

About

Description on README

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published