ToDo List | This is a simple ToDo List app with CRUD Functionality. CRUD functionality means that you can Create, Read, Update, and Delete items from the list. It is created using multiple Bootstrap classes and AngularJS functionality. |
Simple Web-app | It is a simple web app developed using ExpressJS and AngularJS. Web apps can be used to perform multiple functionalities like creating and editing documents, managing finances, accessing and handling social media, etc. |
Progressive web-app | These web applications are built using modern APIs to enhance capability, Reliability, and Installability. A Progressive web app is deployed using the web servers through URLs, instead of using app stores. |
Single page rounting app | Routing in Angular allows the users to create a single-page application with multiple views and allows navigation between them. Users can switch between these views without losing the application state and properties. |
ToDo List using Drag abd Drop
| We can easily create a To-Do list using Drag-Drop module provided by angular Component Development Kit (CDK). Write the code for component view: Create two divisions, one for the items that are TO BE DONE and other for items that are COMPLETED |
Multi-select dropdown
| Sometimes we need to display dynamically fetched multi-selected data in a drop-down menu, for this, we will use the npm @ng-select/ng-select package as a multi-select drop-down menu. |
Focusing a input field on page load
| We can focus on any input field automatically using the angular directives. Here we create a custom directive that can auto-focus on any field in the form. Creating a custom directive is just like creating an Angular component. |
Scrolling to a element on click to button
| We will create a component that enables scrolling to specific targets when a button is pressed within the document from one target to another. |
Facilitating project configuration
| The $locationProvider facilitates the configuration of the application by implementing the deep linking paths that are stored |
Current window URL | The $location in AngularJS basically uses a window.location service. The $location is used to read or change the URL in the browser and it is used to reflect that URL on our page. Any change made in the URL is stored in the $location service in AngularJS. |
Weather App | This is a Weather App created using Angular which allows users to check the current weather conditions by entering a city name. It will provide detailed information about temperature, weather description, wind speed and humidity. |
Expense Tracker | This is a Expense Tracker App is created using Angular which allows user to add expenses of their day to date use. Managing Expenses efficiently is very important for personal finance. |
Portfolio Website | This is a Portfolio Website build using Angular and tailwind CSS for Styling. Building a portfolio website is a fantastic way to highlight your skills and showcase your work. |
Dice Rolling App | This is a Dice Rolling App build using Angular this application will showcase how to implement interactive features with smooth animations and a responsive layout. FontAwesome Icons are used in order to represent dice faces. |
Movie App | Movie App is Build using Angular which allows user to search for movies just by typing its keyword and fetching and displaying a list of movie result in a card format. Through this project, you will learn how to build a responsive and interactive movie search feature. |
Color Picker App | Color Picker App build using Angular will allow users to select and display colors interactely through a user-friendly interface. In this project we have used Angular Material for styling and ngx-color-picker library to provider advanced colors. |
Quiz App | Quiz App is build using Angular this will allow users to answer multiple-choice-questions with their results interactively. In this, we have used Angular Material and responsive design to ensure it looks great on all devices |
Joke Generator App | This Joke Generator App will fetch random jokes from a public API and display them to user. This project will help you understand how to work with Angular Components, Services and HTTP Clients as well as how to integrate Angular Material. |
BMI Calculator | This is a BMI calculator Application Build using Angular. BMI Calculator helps in determining the relationship between a person's height and weight by providing a numerical value. |
Snake Game | Snake Game is one of the most popular software games ever mder for computers as well as mobile devices. It is a simple game where player has to control the snake and eat food which are randomly spawned in order to score points. |
Event Calender | This Event calender build using Angular will alow users to add events to specific dates and view them interactively. |
Online Gift Store | Online Gift Store in Angular is a great way to show your web development skills. Through this gift store you can browser your products, ad them to their cart, and proceed to checkout. |