28 Angular Projects in 2025: Beginner to Advanced Ideas + Source Code

By Rohan Vats

Updated on Sep 30, 2025 | 33 min read | 173.43K+ views

Share:

Did You Know?
Angular is built and maintained by Google—and it powers high-scale apps like Google Ads. With enterprise-grade performance, long-term support, and a robust ecosystem, Angular is a go-to choice for building reliable, scalable web applications used by millions.

Angular is one of the most widely used frameworks for building powerful and interactive web applications. If you want to improve your skills in 2025, the most effective way is to work on practical projects that apply what you’ve learned. This blog brings you a curated list of 28 Angular project ideas with source code, divided into beginner, intermediate, and advanced levels. 

In this blog, you will explore project ideas suitable for every stage of learning, from simple apps like calculators and to-do lists to advanced solutions such as e-commerce platforms and real-time chat apps. You’ll also find Angular projects with source code that you can study, practice with, and showcase in your portfolio. 

 

Take your coding skills to the next level with our Online Software Engineering Course. Learn by doing—develop real-world applications, master in-demand tools, and gain the confidence to thrive in today’s tech-driven job market. 

Beginner-Level Angular Project Ideas 

Starting with small, practical projects helps you understand Angular’s core concepts and prepares you for more complex apps. These Angular Projects with Source code cover components, services, routing, forms, and API integration. 

Step into the future with expert-led programs designed for tomorrow’s tech leaders. If you're building smarter systems with AI, deploying scalable cloud solutions, or crafting next-gen user experiences, these career-focused courses blend innovation with real-world application to set you apart. 

Software Development Courses to upskill

Explore Software Development Courses for Career Progression

Coverage of AWS, Microsoft Azure and GCP services

Certification8 Months

Job-Linked Program

Bootcamp36 Weeks

Please Note: The source codes for these Angular projects are mentioned at the end of this blog.

1. Angular Bare Bones Project 

Description: A minimal Angular setup with just a few components to understand the basic app structure. This project allows you to explore modules, templates, and data binding without complexity. 

Tools & Technologies: Angular CLI, TypeScript, VS Code 

What You Will Learn: Setting up Angular environment, creating modules, components, and templates, understanding directives, and basic data binding. 

Also Read: How to Run Angular Projects: A Complete Step-by-Step Guide 

2. Angular Projects on Local Storage 

Description: An app that stores user data (like preferences or form inputs) locally in the browser, which persists even after refreshing the page. 

Tools & Technologies: Angular CLI, TypeScript, Browser Local Storage API 

What You Will Learn: CRUD operations, managing persistent data, component interaction, and working with browser storage. 

3. Currency Converter 

Description: A simple application that converts amounts between currencies using live exchange rates from an API. Users can select currencies and see updated conversion results instantly. 

Tools & Technologies: Angular CLI, TypeScript, Reactive Forms, HTTP Client, REST API 

What You Will Learn: Form handling, API integration, asynchronous data fetching, data transformation using pipes, and updating UI dynamically. 

Also Read: What Is REST API? Main Elements, Examples & Challenges 

4. Joke Generator App 

Description: A fun app that fetches random jokes from a public API and displays them to users with the option to get a new joke each time. 

Tools & Technologies: Angular CLI, TypeScript, HTTP Client, Public Joke API 

What You Will Learn: Fetching data from APIs, handling asynchronous HTTP calls, DOM updates, and error handling for API requests. 

5. Notepad Application 

Description: A lightweight app where users can add, edit, and delete notes. Data is saved in local storage to persist even after refreshing. 

Tools & Technologies: Angular CLI, TypeScript, Forms, Browser Local Storage 

What You Will Learn: Implementing CRUD functionality, form validation, two-way data binding, and component communication. 

Also Read: 33 Android Projects in 2025 With Source Code: Beginner to Advanced! 

6. Personal Portfolio App 

Description: A multi-page portfolio site to showcase your projects, skills, and resume. Users can navigate between sections and view details of your work. 

Tools & Technologies: Angular CLI, TypeScript, Routing Module, CSS/SCSS 

What You Will Learn: Routing, reusable components, responsive layouts, and creating a professional portfolio for personal use. 

Also Read: Top 45+ Nodejs Project Ideas for Beginners and Professionals 

7. Quiz App 

Description: An interactive quiz application with multiple-choice questions, scoring, and instant feedback. Users can attempt quizzes and see their results. 

Tools & Technologies: Angular CLI, TypeScript, Forms, Event Handling 

What You Will Learn: Handling user input, conditional rendering, event handling, and implementing simple scoring logic. 

Also Read: 15 Best Full Stack Coding Project Ideas & Topics For Beginners 

8. To-do List App 

Description: A task management app where users can add, edit, complete, or delete tasks. Tasks are saved in local storage for persistence. 

Tools & Technologies: Angular CLI, TypeScript, Forms, Browser Local Storage 

What You Will Learn: CRUD operations, two-way data binding, managing state locally, and basic project structure. 

9. Weather App 

Description: A weather application that fetches live weather information for a given city using an API and displays temperature, humidity, and weather conditions. 

Tools & Technologies: Angular CLI, TypeScript, HTTP Client, Reactive Forms, Public Weather API 

What You Will Learn: API integration, asynchronous HTTP calls, handling JSON data, and dynamic UI updates. 

Also Read: How to Open a JSON File? A Complete Guide on Creating and Reading JSON 

10. Blog App 

Description: A simple blogging platform where users can add, edit, and delete posts. Can be implemented with local storage or a mock API for data handling. 

Tools & Technologies: Angular CLI, TypeScript, Forms, Browser Local Storage or Mock API 

What You Will Learn: CRUD operations, component communication, routing, and managing data in a content-driven app. 

Also Read: Life Cycle of Angular Components: Various Methods Explained 

Beginner Projects at a Glance 

Project Idea 

Description 

Tools & Technologies 

Key Skills Learned 

Angular Bare Bones  Minimal setup to explore components and templates  Angular CLI, TypeScript, VS Code  Modules, Components, Templates 
Local Storage App  Stores data persistently in browser  Angular CLI, TypeScript, Browser Local Storage  CRUD Operations, Persistent Data 
Currency Converter  Converts amounts between currencies  Angular CLI, TypeScript, REST API, Reactive Forms  API Integration, Form Handling 
Joke Generator App  Fetches and displays random jokes  Angular CLI, TypeScript, HTTP Client, Joke API  API Calls, DOM Updates 
Notepad Application  Add, edit, delete notes  Angular CLI, TypeScript, Forms, Local Storage  CRUD Operations, Form Validation 
Personal Portfolio  Multi-page portfolio site  Angular CLI, TypeScript, Routing, CSS/SCSS  Routing, Component Reuse, Responsive Design 
Quiz App  Interactive multiple-choice quiz  Angular CLI, TypeScript, Forms  Event Handling, Conditional Rendering 
To-do List App  Task management app  Angular CLI, TypeScript, Forms, Local Storage  CRUD, Data Binding 
Weather App  Displays live weather info  Angular CLI, TypeScript, HTTP Client, Weather API  API Integration, JSON Handling 
Blog App  Basic blogging platform  Angular CLI, TypeScript, Forms, Local Storage/Mock API  CRUD, Component Communication 

These projects give you practical experience with Angular project ideas and prepare you for intermediate-level projects. Each project is beginner-friendly, hands-on, and teaches skills you can showcase in your portfolio. 

Also Read: How to Install Angular in Mac in 2025? Step-by-Step Guide 

Intermediate-Level Angular Project Ideas 

Once you’ve built a few beginner projects, it’s time to take on more challenging applications. These intermediate projects help you work with APIs, state management, real-time updates, and dynamic user interfaces. They are ideal for practicing Angular project ideas with more advanced features while still keeping them manageable. 

1. Chat Application 

Description: A real-time messaging app where users can send and receive messages instantly. Supports multiple users in different chat rooms. 

Tools & Technologies: Angular, Firebase/Socket.io, TypeScript, Reactive Forms 

What You Will Learn: Real-time data handling, WebSockets, authentication, component interaction, and dynamic UI updates. 

Also Read: Socket Programming Tutorial: Basics, Concepts, and Examples 

2. Compodoc Project 

Description: A project that uses Compodoc to generate documentation for Angular apps, helping you maintain clean and organized code. 

Tools & Technologies: Angular, Compodoc, TypeScript 

What You Will Learn: How to document Angular components, services, and modules, improve project maintainability, and generate professional documentation for source code. 

3. Customer Service Management 

Description: A dashboard for managing customer requests, tickets, and feedback. Includes filtering, search, and assignment features. 

Tools & Technologies: Angular, TypeScript, REST API, Reactive Forms 

What You Will Learn: API integration, CRUD operations, data filtering, form validation, and building functional dashboards. 

Also Read: CRUD Operations in MongoDB: Tutorial with Examples 

4. Fitness Tracker 

Description: Track workouts, calories, and goals. Users can log exercises, view progress, and analyze trends. 

Tools & Technologies: Angular, TypeScript, Chart.js, REST API 

What You Will Learn: Integrating charts for data visualization, handling user input, state management, and creating interactive dashboards. 

Also Read: 10 Must-Know Data Visualization Tips for Beginners in 2025 

5. Hotel App 

Description: Allows users to search hotels, book rooms, and manage reservations with dynamic listings and filtering. 

Tools & Technologies: Angular, TypeScript, REST API, Reactive Forms 

What You Will Learn: API integration, routing, form handling, and building real-world applications with multiple components and views. 

6. Interactive Tables and Grids 

Description: Display large datasets with features like sorting, filtering, pagination, and virtual scrolling. 

Tools & Technologies: Angular, Angular Material, TypeScript 

What You Will Learn: Data handling, performance optimization, Angular Material integration, and building professional UI components. 

Also Read: What Is a User Interface (UI) Designer? Exploring the World of UI Design 

7. Music Player 

Description: A web-based music player where users can play, pause, and create playlists. 

Tools & Technologies: Angular, TypeScript, HTML5 Audio API 

What You Will Learn: Working with media APIs, state management, component interaction, and building interactive interfaces. 

8. Public Transport Tracker 

Description: Display real-time updates on buses, trains, or metro services. Users can see schedules, routes, and arrival times. 

Tools & Technologies: Angular, TypeScript, REST API, Google Maps API 

What You Will Learn: API integration, working with maps, real-time updates, and handling dynamic datasets. 

Also Read: Mobile App Developer Skills: Key Technologies & Frameworks 

9. Recipe App 

Description: Users can browse, search, and save recipes. Features include categories, favorites, and step-by-step instructions. 

Tools & Technologies: Angular, TypeScript, REST API, Forms 

What You Will Learn: Data fetching, filtering, user interaction, and building content-rich applications. 

10. Recursive Form 

Description: A dynamic form application where forms can include nested sections and repeatable input groups. 

Tools & Technologies: Angular, TypeScript, Reactive Forms 

What You Will Learn: Advanced form handling, recursion in components, dynamic input management, and validation. 

11. URL Shortener 

Description: A web app to shorten long URLs and track click statistics. 

Tools & Technologies: Angular, TypeScript, REST API, Local Storage 

What You Will Learn: API integration, form handling, data storage, and creating utility web applications. 

Also Read: Web Application Architecture: Function, Components, Types & Real Life Examples 

12. AngularJS Google Maps (AGM) 

Description: Integrate Google Maps into an Angular app to display locations, markers, and routes. 

Tools & Technologies: Angular, TypeScript, AGM (Angular Google Maps) 

What You Will Learn: Using external libraries, map integration, displaying dynamic location data, and interactive UI components. 

Intermediate Projects at a Glance 

Project Idea 

Description 

Tools & Technologies 

Key Skills Learned 

Chat Application  Real-time messaging app  Angular, Firebase/Socket.io, TypeScript  Real-time updates, Authentication 
Compodoc  Documentation generator for Angular projects  Angular, Compodoc, TypeScript  Documentation, Maintainability 
Customer Service Management  Manage tickets, feedback, and requests  Angular, TypeScript, REST API, Forms  CRUD, Dashboard UI, Filtering 
Fitness Tracker  Log workouts, calories, and trends  Angular, TypeScript, Chart.js, REST API  Data visualization, State management 
Hotel App  Hotel search and booking system  Angular, TypeScript, REST API, Forms  API integration, Routing, Forms 
Interactive Tables and Grids  Large datasets with sorting, filtering  Angular, Angular Material, TypeScript  Data handling, UI optimization 
Music Player  Web-based audio player  Angular, TypeScript, HTML5 Audio API  Media API, State management 
Public Transport Tracker  Real-time transport schedules  Angular, TypeScript, REST API, Google Maps API  Maps, Real-time updates 
Recipe App  Browse and save recipes  Angular, TypeScript, REST API, Forms  API integration, Content UI 
Recursive Form  Nested and repeatable input forms  Angular, TypeScript, Reactive Forms  Advanced form handling 
URL Shortener  Shorten URLs and track clicks  Angular, TypeScript, REST API, Local Storage  API integration, Utility app 
AngularJS Google Maps (AGM)  Display locations and routes on Google Maps  Angular, TypeScript, AGM  Maps integration, External libraries 

These intermediate Angular projects with source code help you expand your skill set beyond beginner-level apps. You’ll gain experience with APIs, real-time updates, advanced forms, and interactive user interfaces. 

Subscribe to upGrad's Newsletter

Join thousands of learners who receive useful tips

Promise we won't spam!

Advanced-Level Angular Project Ideas 

These advanced projects focus on complex logic, real-time features, and professional-level app development. They are ideal for mastering Angular project ideas and creating portfolio-ready applications. 

1. Angular 2 Chess Game 

Description: Build a fully interactive chess game with AI opponent or two-player mode. Includes drag-and-drop pieces and game rules enforcement. 

Tools & Technologies: Angular, TypeScript, RxJS, HTML5 Canvas 

What You Will Learn: Complex state management, event handling, AI logic integration, component communication, and working with HTML5 Canvas for custom UI. 

2. Angular CLI (Schematics Customization) 

Description: Customize Angular CLI schematics to automate repetitive tasks, generate components, modules, or code templates. 

Tools & Technologies: Angular CLI, TypeScript, Node.js 

What You Will Learn: Understanding CLI internals, creating custom code generators, automating development workflows, and advanced Angular project structuring. 

3. E-commerce App 

Description: A full-fledged shopping platform with product listings, cart management, payment integration, and user authentication. 

Tools & Technologies: Angular, TypeScript, REST API, Firebase or Node.js backend, Stripe/PayPal 

What You Will Learn: Building scalable applications, authentication, payment gateway integration, API handling, and complex routing. 

4. Music Synthesizer 

Description: A web-based synthesizer that generates sounds based on user input, with adjustable tones and sequences. 

Tools & Technologies: Angular, TypeScript, Web Audio API, RxJS 

What You Will Learn: Audio synthesis, real-time event handling, reactive programming with RxJS, and dynamic UI updates. 

5. Soundnode Audio Platform 

Description: A music streaming platform where users can upload, play, and organize audio tracks, similar to SoundCloud. 

Tools & Technologies: Angular, TypeScript, REST API, Firebase, HTML5 Audio 

What You Will Learn: Handling media files, streaming audio, user authentication, real-time updates, and building interactive dashboards. 

6. Storybook 

Description: Integrate Storybook to document Angular components in isolation, allowing developers to test, view, and showcase UI components. 

Tools & Technologies: Angular, TypeScript, Storybook, CSS/SCSS 

What You Will Learn: Component-driven development, UI testing in isolation, building reusable components, and professional documentation practices. 

Advanced Projects at a Glance 

Project Idea 

Description 

Tools & Technologies 

Key Skills Learned 

Angular 2 Chess Game  Interactive chess game with AI or 2-player mode  Angular, TypeScript, RxJS, HTML5 Canvas  State management, Event handling, AI logic 
Angular CLI (Schematics Customization)  Automate code generation and repetitive tasks  Angular CLI, TypeScript, Node.js  CLI internals, Automation, Project structuring 
E-commerce App  Full shopping platform with cart and payment  Angular, TypeScript, REST API, Firebase/Node.js, Stripe/PayPal  Scalable apps, Payment integration, Routing 
Music Synthesizer  Web synthesizer generating sounds dynamically  Angular, TypeScript, Web Audio API, RxJS  Audio synthesis, Real-time handling, Reactive programming 
Soundnode Audio Platform  Music streaming platform  Angular, TypeScript, REST API, Firebase, HTML5 Audio  Media handling, Streaming, Authentication 
Storybook  Component documentation and testing  Angular, TypeScript, Storybook, CSS/SCSS  Component-driven development, UI testing, Documentation 

Why Build Angular Projects (with source code) in 2025? 

Building Angular projects with source code is one of the most effective ways to learn the framework and strengthen your practical skills. Instead of just reading tutorials, working on projects allows you to apply concepts in real-world scenarios. It also helps you create a portfolio that demonstrates your abilities to potential employers. 

Here’s why focusing on Angular projects with source code in 2025 is valuable: 

Hands-On Learning 

Working on projects helps you move from theory to practice: 

  • Understand Angular components, modules, and services by building actual applications. 
  • Learn reactive programming using RxJS and handling asynchronous data. 
  • Implement forms, routing, and HTTP calls in real projects. 

Build a Strong Portfolio 

A portfolio of working projects sets you apart in the job market: 

  • Showcases practical skills beyond just certifications. 
  • Highlights your problem-solving and coding ability in Angular. 
  • Provides concrete examples to discuss in interviews. 

Improve Coding and Debugging Skills 

Real projects expose you to common coding challenges: 

  • Debugging errors in templates, services, and components. 
  • Managing state across components and modules. 
  • Writing clean, maintainable code following Angular best practices. 

Stay Updated with Modern Practices 

Angular evolves continuously, and projects help you keep up with the latest: 

  • Work with Angular CLI and its schematics for automation. 
  • Explore advanced features like lazy loading, state management, and custom directives. 
  • Integrate external APIs, libraries, and tools for richer functionality. 

Career and Job Readiness 

Employers prefer candidates who can demonstrate practical experience: 

Benefit 

Explanation 

Hands-On Experience  Shows you can build full-fledged applications, not just learn theory. 
Portfolio Showcase  Concrete projects to present during interviews. 
Market-Relevant Skills  Practice with tools, libraries, and APIs used in real-world Angular projects. 

 Key Takeaways 

  • Working on Angular projects improves understanding of Angular project ideas and practical implementation. 
  • Building projects with source code ensures you have something tangible to show recruiters. 
  • Projects bridge the gap between learning Angular and applying it professionally. 

By 2025, completing multiple Angular projects with source code is one of the fastest ways to gain confidence, improve your skills, and prepare for advanced development challenges. 

Conclusion 

Working on Angular projects with source code helps you learn by doing, build a strong portfolio, and gain practical skills. From beginner to advanced projects, you’ll improve coding, debugging, and real-world application development. 

These Angular project ideas in 2025 guide you to become a confident, job-ready Angular developer. 

upGrad’s Exclusive Software and Tech Webinar for you –

SAAS Business – What is So Different?

 

Boost your career with our popular Software Engineering courses, offering hands-on training and expert guidance to turn you into a skilled software developer.

Master in-demand Software Development skills like coding, system design, DevOps, and agile methodologies to excel in today’s competitive tech industry.

Stay informed with our widely-read Software Development articles, covering everything from coding techniques to the latest advancements in software engineering.

Frequently Asked Questions

1. What are some beginner-friendly Angular project ideas?

Beginner-friendly Angular project ideas include apps like a to-do list, weather app, personal portfolio, currency converter, quiz app, or joke generator. These projects let you understand Angular fundamentals such as components, modules, services, and routing. Working on these projects with source code helps you practice data binding, event handling, and basic HTTP requests. They’re ideal for building confidence before moving to intermediate or advanced applications. 

2. Why should I work on Angular projects with source code?

Working on Angular projects with source code allows you to learn by doing. You see how professional-grade applications are structured, understand best coding practices, and debug issues hands-on. It also helps you build a portfolio of real applications to show recruiters and clients, giving you a competitive edge. 

3. How can I choose the right Angular project for my skill level?

Start with beginner projects if you’re new to Angular, like a personal portfolio or quiz app. Once comfortable, move to intermediate projects like a chat application, fitness tracker, or e-commerce app. Advanced projects like a music synthesizer or Angular 2 chess game require strong knowledge of state management, APIs, and component communication. Choose projects that match your current skills but challenge you to learn new concepts. 

4. What tools and technologies are commonly used in Angular projects?

Most Angular projects with source code use Angular CLI, TypeScript, HTML, CSS/SCSS, RxJS, and REST APIs. Some advanced projects also integrate Firebase, Node.js, Google Maps API, Chart.js, or Storybook. These tools help you handle routing, state management, forms, real-time data, and component testing efficiently. 

5. Can I use Angular projects to prepare for job interviews?

Yes. Building Angular projects with source code demonstrates practical skills and problem-solving ability. Recruiters value candidates who can show working applications, explain architecture, and discuss challenges they faced. Completing multiple projects across beginner, intermediate, and advanced levels improves your confidence in interviews. 

6. How do Angular projects improve coding skills?

Working on Angular project ideas helps you practice writing modular, reusable code. You learn to manage components, handle forms, integrate APIs, and implement event-driven programming. Debugging issues in real projects also enhances problem-solving skills, while understanding project structure improves maintainability and scalability of code. 

7. What are some intermediate-level Angular project ideas?

Intermediate projects include chat applications, hotel booking apps, fitness trackers, public transport trackers, music players, and recursive forms. These apps help you work with APIs, reactive forms, dynamic data, and real-time updates, offering a bridge between basic projects and more complex advanced applications. 

8. Why is building a portfolio with Angular projects important?

A portfolio of Angular projects with source code shows employers that you can apply your knowledge practically. It demonstrates your ability to solve real problems, handle APIs, and build interactive user interfaces. A strong portfolio also helps you stand out in competitive job markets. 

9. Can beginner projects include APIs?

Yes, even beginner projects can integrate simple APIs, such as weather APIs, joke APIs, or currency conversion APIs. This allows you to learn HTTP requests, data fetching, and display dynamic content while keeping the project manageable. 

10. How do advanced Angular projects differ from intermediate ones?

Advanced Angular project ideas like e-commerce platforms, music synthesizers, or Angular 2 chess games involve complex state management, AI logic, real-time updates, and integration with multiple APIs. They challenge you to implement professional-grade architectures and reusable components, preparing you for large-scale applications. 

11. Can I find source code for Angular projects online?

Yes, many beginner, intermediate, and advanced Angular projects with source code are available on GitHub, StackBlitz, or personal developer blogs. Reviewing and running these projects helps you learn best practices and structure your own applications effectively. 

12. How long does it take to complete an Angular project?

Time depends on project complexity. Beginner projects may take 1–3 days, intermediate projects 1–2 weeks, and advanced projects 3–4 weeks or more. Working consistently on Angular projects with source code accelerates learning and helps you gradually take on larger projects. 

13. Do Angular projects help in freelancing or startup work?

Yes. Completing Angular project ideas equips you to develop real-world applications for clients or startups. Freelancers can showcase their portfolio, demonstrate expertise, and attract clients for web app development projects. 

14. How do Angular projects teach state management?

Projects like chat apps or e-commerce platforms require managing data across multiple components. Working on these Angular projects with source code teaches you to handle state using services, RxJS, or NgRx, which is crucial for building scalable applications. 

15. Can I customize existing Angular project source code?

Absolutely. Using Angular projects with source code as a base allows you to experiment, add new features, or refactor code. Customizing projects helps you understand architecture, debug more effectively, and improve coding skills. 

16. How do Angular projects improve understanding of forms?

Forms are a core part of Angular apps. Working on projects like to-do apps, customer service dashboards, or recursive forms teaches you template-driven and reactive forms, validation, error handling, and dynamic input management. 

17. What role does routing play in Angular projects?

Routing lets you navigate between pages or components within an Angular app. Projects like blogs, e-commerce apps, or portfolio sites provide hands-on experience with route guards, lazy loading, and nested routes, which are key Angular project ideas concepts. 

18. How do projects help in learning API integration?

Projects such as weather apps, fitness trackers, or hotel apps require fetching and displaying data from APIs. Working on Angular projects with source code allows you to learn HTTP requests, observables, async handling, and error management in a practical context. 

19. Are these Angular project ideas suitable for freshers?

Yes. The blog covers beginner to advanced Angular project ideas, making it suitable for freshers. Starting with simple apps helps you grasp fundamentals, while intermediate and advanced projects challenge you to build professional applications with source code. 

20. What is the best way to document Angular projects?

Documenting Angular projects with source code is crucial for maintainability. Use README files, comments in code, Storybook for UI components, and clear folder structures. Good documentation helps you explain your projects to employers or collaborators and makes your code reusable. 

Rohan Vats

408 articles published

Rohan Vats is a Senior Engineering Manager with over a decade of experience in building scalable frontend architectures and leading high-performing engineering teams. Holding a B.Tech in Computer Scie...

Get Free Consultation

+91

By submitting, I accept the T&C and
Privacy Policy

India’s #1 Tech University

Executive PG Certification in AI-Powered Full Stack Development

77%

seats filled

View Program

Top Resources

Recommended Programs

upGrad

upGrad

AI-Driven Full-Stack Development

Job-Linked Program

Bootcamp

36 Weeks

upGrad

upGrad KnowledgeHut

Professional Certificate Program in UI/UX Design & Design Thinking

#1 Course for UI/UX Designers

Bootcamp

3 Months

IIIT Bangalore logo
new course

Executive PG Certification

9.5 Months