Explore 1.5M+ audiobooks & ebooks free for days

Only €10,99/month after trial. Cancel anytime.

Angular Shopping Store: From Scratch to Successful Payment
Angular Shopping Store: From Scratch to Successful Payment
Angular Shopping Store: From Scratch to Successful Payment
Ebook203 pages22 minutes

Angular Shopping Store: From Scratch to Successful Payment

Rating: 0 out of 5 stars

()

Read preview

About this ebook

In this book, you'll learn how to create an online shopping store using the Angular framework.
To get your store up and running, you need more than Angular.
You need a backend, a database, payment and shipping gateways and much more.
This book is only about the frontend part.
The goal of this book is to show you in detail how to create the frontend part of your online store.
You will create everything from scratch and end up with a complete frontend shopping store.
To make things even more interesting, I've created a small Nodejs application to help you with Stripe payments so you can sell items in your store.
However, in reality, you need to use webhooks to make sure the money has landed in your Stripe account before you release the product to the customer.
All these details are part of full-stack development.
Also in this book, we will focus only on the front-end part of the application to strengthen your Angular skills and prepare you for full-stack projects.
LanguageEnglish
Publishertredition
Release dateMay 29, 2024
ISBN9783384411556
Angular Shopping Store: From Scratch to Successful Payment
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 Shopping Store

Related ebooks

Internet & Web For You

View More

Reviews for Angular Shopping Store

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 Shopping Store - Abdelfattah Ragab

    Introduction

    Welcome to the Angular Shopping Store.

    In this book, I explain how to create an online shopping store using the Angular framework.

    To get your store up and running, you need more than Angular.

    You need a backend, a database, payment and shipping gateways and much more.

    This book is only about the frontend part.

    We will create everything from scratch and end up with a complete frontend store.

    To make things even more interesting, I have created a small Nodejs application that will help you with Stripe payments so you can sell items in your store.

    However, in reality, you need to use webhooks to make sure the money has landed in your Stripe account before you release the product to the customer.

    All of these details are part of full-stack development.

    In this book, I focus only on the front-end part of the application to strengthen your Angular skills and prepare you for full-stack projects.

    By the end of this book, you will be confident working with Angular and ready to work on full-stack projects.

    Let us get started.

    Source code

    The source code is available on the authors' website

    https://books.abdelfattah-ragab.com

    Chapter 1: Preview

    1.1 Desktop Preview

    1.2 Mobile Preview

    1.3 Application Flow

    1.4 Projects

    Chapter 2: Angular Project Structure

    2.1 Pages

    Checkout will be done on Stripe

    2.2 Layout

    2.3 Home Page Layout

    2.4 Cart Page Layout

    On desktop

    On mobile

    2.5 Project

    Enjoying the preview?
    Page 1 of 1