Giter Club home page Giter Club logo

tall-course's Introduction

TALL Stack (Tailwind CSS, Apline JS, Laravel, Livewire) Landing Page

Simple Landing Page made up of Tailwind CSS, Alpine.js, Livewire, and Laravel.

It was created a subscriber system with a nice appearance thanks to Tailwind, dynamic and reactive thanks to Livewire and Alpine.js, and perfectly functional and supported thanks to Laravel. Dashboard, which will allow you to manage that list of subscribers also created, using Laravel Breeze.

Here are a few screenshots from the application:

Main Main Page Subscribe Subscription Form Success Successful subscribtion Verification Verification Email Verified Email Verified Dashboard Dashboard Live Search Live Search


Install

If you want to run it locally you should do the following steps:

Prerequisites

PHP (at least 8.0) and Composer should be installed to proceed. In addition, if you want email verification to work correctly, you must register with one of the services that provide a test SMTP server service, such as Mailtrap. Credentials (MAIL_USERNAME and MAIL_PASSWORD) should be passed to your .env file.

Installation

git clone [email protected]:deepydee/TALL-course.git
cp .env.example .env
touch database/database.sqlite
composer install
npm install
php artisan key:generate
php artisan migrate:fresh --seed
npm run dev
php artisan serve

Your project will be available by http://localhost:8000

Login: '[email protected]', password: 'password'

tall-course's People

Contributors

deepydee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.