Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 971 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 971 Bytes

AngularJS-Small-Projects

Here you can find some small self learning AngularJS projects

AngularJS CRUD app

This is a WebApp to learn and practice the CRUD concept on users using a REST webservice made in JAVA with Spring Framework
AngularCRUD

Angular TODO

In this TODO WebApp exercise I've used the same webservice created befode adding some features like the Add/Remove/Check Tasks
AngularTODO

Weather App

The Weather App as it name says is an App to check the weather on different cities using the REST webservice of the Open Weather Map with multiple controllers, Services and External modules
WeatherAPP