Explore 1.5M+ audiobooks & ebooks free for days

Only $12.99 CAD/month after trial. Cancel anytime.

Angular Portfolio App Development: Create your personal brand
Angular Portfolio App Development: Create your personal brand
Angular Portfolio App Development: Create your personal brand
Ebook214 pages15 minutes

Angular Portfolio App Development: Create your personal brand

Rating: 0 out of 5 stars

()

Read preview

About this ebook

In this book you'll learn how to create an online portfolio application with Angular.
Building a personal brand is important for your online growth and career.
In this book, you'll learn how to create an online portfolio application to showcase your talent to the world and impress your potential employers.

We start from scratch and build everything together. By the end of this book, you'll be confident working with Angular and creating an elegant and impressive portfolio to showcase yourself online.

We will use the latest Angular technology v19.2, NgRx SignalStore and Modern CSS Layouts.
LanguageEnglish
Publishertredition
Release dateMay 29, 2024
ISBN9783384424075
Angular Portfolio App Development: Create your personal brand
Author

Abdelfattah Ragab

Abdelfattah Ragab is an experienced software developer with over 20 years of experience in the field. In his long career, he has specialized in various aspects of web development, especially front-end technologies. He is known for his expertise in frameworks such as Angular and React, as well as his knowledge of HTML5 and CSS. Abdelfattah is also a successful author who has written several books for beginners and experienced developers. His works include titles such as "Responsive Layouts: Flex, Grid & Multi-Column" and "Angular Shopping Store"," which provide a comprehensive insight into modern web development practices. These books cover not only basic concepts but also advanced techniques, making them valuable resources for anyone looking to improve their skills in web technologies. With his publications, Abdelfattah aims to bridge the gap between theoretical knowledge and practical application. His books often include practical projects, such as developing e-commerce applications and integrating payment systems like Stripe, which help readers gain real-world experience. This approach reflects his commitment to providing his readers with a deeper understanding of web development. In addition to his writing, Abdelfattah works as a front-end lead, which allows him to stay up to date on industry trends and best practices.

Read more from Abdelfattah Ragab

Related to Angular Portfolio App Development

Related ebooks

Internet & Web For You

View More

Reviews for Angular Portfolio App Development

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Angular Portfolio App Development - Abdelfattah Ragab

    Introduction

    Welcome to the book Angular Portfolio App Development: Create Your Personal Brand. In this book, I explain how to use Angular to create an online portfolio. An online portfolio can help you show the world your skills and impress your employers. It's also a good step towards building your personal brand.

    By the end of this book, you will be confident working with Angular and have your own online portfolio.

    Let’s get started!

    Chapter 1: Project Preview

    1.1 Pages

    The project contains the following pages:

    1.2 Preview (Mobile)

    1.3 Preview (Desktop)

    1.4 Choose Colors

    You can get started quickly and use the following website to help you choose colors for your website.

    https://huemint.com

    Chapter 2: App Layout

    2.1 App Diagram

    2.2 App Structure

    main>

     

    2.3 App Folder Structure

    App

    ├── data

    ├── layout

    │  ├── top-bar

    │  ├── sidenav

    │  └── footer

    ├── pages

    │  ├── home

    │  ├── about

    │  ├── cv

    │  ├── projects

    │  └── contact

    ├── services

    └── state

    Chapter 3: Project Setup

    3.1 Create the Angular App

    ng new portfolio-app

    Enjoying the preview?
    Page 1 of 1