This project is an interactive cooking blog developed using PHP, JavaScript, CSS, and HTML. The aim is to provide a seamless user experience without page refresh using the Fetch API.
The project uses the following technologies:
- PHP
- JavaScript
- CSS
- HTML
- Fetch API
- Clone the repository to your computer
- Import the database.sql file into your MySQL database
- Configure the database settings in the config/config.php file
- Open the index.php file to access the blog
- Display of blog articles with pagination
- Display of details for each article
- Addition of comments for each article
- Search for articles by keyword
- Addition of new articles (for authenticated users only)
- User authentication and registration
Mohamed HABBAAINA ([email protected]) Félix HAUGER ([email protected])
This project is open source.
The database.sql file is included in the config folder to facilitate database installation.