Simple Kominfo News

SideID
SideID, 1 min read.
Simple Kominfo News - Main Page

Simple Kominfo News is a web-based news portal developed using native PHP, HTML, CSS, and JavaScript. This project was created as a learning exercise to understand and implement CRUD (Create, Read, Update, Delete) operations in PHP without the use of frameworks.

Key Features

  • News Display: Displays news articles with titles, images, and content.
  • Admin Panel: A basic admin panel for managing news articles.
  • CRUD Operations: Implements CRUD operations for news management.
  • Responsive Design: Designed to be responsive across different screen sizes.

Screenshots

Simple Kominfo News - Admin PanelSimple Kominfo News - Add News

Technologies Used

  • HTML
  • CSS
  • PHP (Native)
  • JavaScript (Native)

Getting Started

  1. Clone the repository from GitHub:
    git clone https://github.com/SideeID/simple-kominfo-news.git
  2. Set up a local PHP environment (e.g., using XAMPP or WAMP).
  3. Place the project files in the appropriate directory for your local server.
  4. Import the provided database (if any) into your MySQL database.
  5. Access the website through your local server’s URL.

Contribution

This is a personal learning project and does not accept external contributions.