PHP-Based Notes App | Free Source Code using OOP, jQuery, and Bootstrap

Download Code – PHP-Based Notes App Free Source Code using OOP, jQuery, and Bootstrap

PHP-Based Notes Application Source Code

Introduction

The Notes Application is a simple web-based project developed using PHP OOP (Object-Oriented Programming) and MySQL Database. It provides users with an online platform to store and manage their notes efficiently. The application features a clean and user-friendly interface designed with Bootstrap v5.

What is a Notes App?

A Notes Application is a PHP mini-project designed for storing and managing user notes. It allows users to:

  • Create new notes
  • Update existing notes
  • View and delete notes
  • Pin important notes to keep them at the top

This application does not require user registration or login, making it simple and easy to use.

Technologies Used

The Notes App is built using the following technologies:

  • XAMPP (Local server)
  • PHP v8.1
  • MySQL Database
  • HTML & CSS
  • Bootstrap v5 Framework
  • JavaScript (JS)
  • jQuery & Ajax
  • FontAwesome Icons

Features and Functionalities

Here are the main features of the Notes Application:

1. New Note Form Modal

  • A pop-up form where users can add new notes.

2. Note List

  • Displays all saved notes in chronological order (oldest to newest).
  • Pinned notes appear at the top.

3. Edit Note Modal

  • Allows users to edit and update note details.

4. View Note Modal

  • A modal that displays detailed information about a note.

5. Pin/Unpin Note

  • Users can pin important notes to keep them at the top of the list.

6. Delete Note

  • Users can delete notes permanently.
  • A confirmation message prevents accidental deletion.

How to Download and Run the Notes App

Requirements

To run this project, you need:

  1. A local web server like XAMPP.
  2. The source code (provided as a zip file).

Installation Steps

  1. Start XAMPP and enable Apache and MySQL.
  2. Extract the downloaded source code file.
  3. Move the extracted folder into the htdocs directory of XAMPP.
  4. Create a new database in phpMyAdmin (http://localhost/phpmyadmin).
  5. Name the database notes_db.
  6. Import the SQL file (found in the “database” folder).
  7. Open the Notes Application in a browser using http://localhost/php-notes/.

Conclusion

This PHP Notes App is a free and open-source project created for educational purposes. You can download, modify, and customize it as per your needs. Hope this project helps you in learning PHP and MySQL!

index PHP

notes_db SQL

 

 

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top