Building An Ice-Cream Website with Todo List Web Application + Going Through The Essentials.

What you will learn

Develop dynamic websites using Alpine JS

Understand the concepts behind Alpine JS

Using Alpine JS to efficiently make real projects

The directives that are included in AlpineJS to develop projects efficiently

Description

This course will rapidly guide you to become an Alpine JS developer. This course is friendly to those who know nothing about Alpine JS, as we start by teaching the basic concepts. We will first thoroughly explain the essential topics and concepts and go through the necessary Alpine JS documentation in order to teach you the fundamentals. We will then dive into creating real world Alpine Js examples, such as ice cream carousel and a todo list web application.

This course will enhance your Alpine Js development skills and you will appreciate how awesome Alpine Js actually is. After completing this Alpine Js examples that we teach, you will be able to rapidly and efficiently develop beautiful and functional web applications.

This course will first cover the essential topics such as:

  • Local state and nesting data
  • Reusable data portion of a component
  • Global state to share state between different elements
  • Alpine JS directives, such as x-data, x-show, x-on and many other important directives
  • Event listeners, such as @keyup, @click, @submit and many other event listeners
  • Submitting forms with Alpine JS
  • Browser events
  • Alpine JS lifecycle hooks
  • Hooks that bind to state data keys

After covering the fundamentals, we will then go through some awesome tailwind examples:

  • Ice Cream Carousel, for this project we will cover:
    • Creating an alpine object
    • Displaying the active slide based on the Alpine JS state object
    • Implementing the next and previous buttons for changing the active slide
    • Designing the website with Tailwind CSS
    • Using Alpine JS applicable directives
  • Todo List Web Application, for this project we will cover:
    • Designing the todo’s input section container
    • Implementing the input element and add todo button
    • Implementing the local state data object
    • Showing todos and editing  them
    • Marking todos as completed
    • Implementing the remove button and fixing issues
    • Editing only a specific item

English

Language

Content

Going Through the Documentation

1- Setup and installation

2- Local state and nesting data

3- Reusable data portion of a component

4- Global state to share state between different elements

5- Alpine.js directives

6- Event listeners

7- Submitting forms with alpine

8- Browser events

9- Alpine.js lifecycle hooks


Get Instant Notification of New Courses on our Telegram channel.


10- Hooks that bind to state data keys

Project 1 – Designing And Developing An Ice Cream Carousel

1 – Project overview

2 – Getting started with the project

3 – Creating an alpine object

4 – Displaying the active slide

5 – Implementing the next and previous buttons

6 – Improving the code

Project 2 – Developing And Designing A Todo List

1- Project overview and setup

2- Designing the todo’s input section container

3- Implementing the input element and add todo button

4- Implementing the local state data object

5- Showing todos and editing them

6- Marking todos as completed

7- Implementing the remove button and fixing issues

8- Editing only a specific item