Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josiah-mbao/juice-reads-blog
My book blog created with PHP using Laravel, a PHP-based web framework
https://github.com/josiah-mbao/juice-reads-blog
Last synced: 6 days ago
JSON representation
My book blog created with PHP using Laravel, a PHP-based web framework
- Host: GitHub
- URL: https://github.com/josiah-mbao/juice-reads-blog
- Owner: josiah-mbao
- Created: 2024-11-01T17:17:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:30:33.000Z (about 1 month ago)
- Last Synced: 2024-12-03T14:41:28.307Z (about 1 month ago)
- Language: PHP
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Juice Reads
A platform where I write reviews on books I've read and document my reading journey.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [License](#license)## Introduction
In 2021, I read a book called **Atomic Habits**, by James Clear. It influenced me in my decision to start reading more. So I did. I kept my reviews for the various books I have read in a Google document. I figured why not use my coding skills to build an application from it. I was curious what it would look like in a different format. This is the product of a habit I have built from it.
## Features
- Create, read, update, and delete (CRUD) book posts
- Responsive design using Tailwind CSS
- Simple and user-friendly interface
- Authentication system (using Laravel's built-in features)
- SQLite database for easy setup and management## Technologies Used
- **Backend**: PHP, Laravel
- **Frontend**: Bootstrap, Tailwind CSS
- **Database**: SQLite
- **Build Tool**: Vite## Installation
To get started with the Book Report Blog, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/josiah-mbao/Juice-Reads-blog.git
cd juice-reads
```2. **Live Demo**:
[Access the live project here](http://127.0.0.1:8000/)## License
This project is licensed under the MIT License. See the LICENSE file for details.
---
MIT License
Copyright (c) 2024 Josiah Mbao
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.