Expand your knowledge bank with the best book service platform on the internet. All genres of books and a system that keeps you, your books and everyone else connected.
An application that connects you with the stories you resonate with
Users should be able to:
- Find books.
- Read and bookmark
- Receive insights from authors and other readers
This project uses Laravel/PHP with Liveiwre.
I then took the time to consider the various views and UI components that would be needed for the application.
I then wrote code for everything planned and still planning
- Laravel
- Livewire
- Tailwindcss
- Flexbox
- fontawesome
This project helped me learn about the various features of Laravel and Livewire. From blade components to Livewire components, properties, layouts and slots to all the abstractions Laravel undertakes to keep the application fast at all levels.
- implement tailwindcss in a Laravel App
<section class="w-[fit-content] h-1/2">
<section clas='py-4'>
<h1 class='text-7xl font-bold pb-5 '> {{$city}}, {{$name}}</h1>
<p> {{$today}}</p>
</section>
<section />
...
public $city = "";
public $name = "";
public $today = "";
public function mount($city, $name, $today)
{
$this->city = $city;
$this->name = $name;
$this->today = $today;
}
...
...
<Livewire:component-name city="" name="" today="">
...
However, I am open to alternatives so reach out to me if you have any.
- Website - Asiedu Prince Kofi
- Github - @Asiedu13
- Twitter - @Prince_KAsiedu
- LinkedIn - @Prince Asiedu