π PublicNotes PublicNotes is a simple, fast, and lightweight application for sharing and posting public notes. Designed with a focus on simplicity and speed, it eliminates the need for user authentication, making it the perfect tool for sharing quick thoughts, announcements, or information with anyone, anywhere. π Features No Authentication Required: Share notes instantly without signing up or logging in. Fast & Lightweight: Built to work efficiently on any device. Minimalist Design: Clean and intuitive user interface for hassle-free usage. Unique Note Links: Every note is assigned a unique URL for easy sharing. Note Expiry (Optional): Set an expiration time for notes if desired. π Getting Started Prerequisites A web server with PHP support (e.g., Apache, Nginx). A database (MySQL or similar) to store notes. Installation Clone the Repository git clone https://github.com/RohanGhalib/publicnotes.git cd publicnotes Set Up Database Create a database. Import the provided SQL file (database.sql) into your database. Configure the App Open the config.php file and update your database credentials. Host the App Deploy the app on your local or remote server. π How It Works Create a Note Open the app. Write your note in the editor. (Optional) Set an expiration time. Click "Post." Share the Link Copy the unique link generated for your note. Share it with others for instant access. Access Notes Users with the noteβs link can instantly view the content. π οΈ Technologies Used Frontend: HTML, CSS, JavaScript Backend: PHP Database: MySQL Libraries: Optional integration with frameworks like Bootstrap for styling. π Live Demo Check out the live demo here. π€ Contributing Contributions are welcome! If youβd like to enhance features, fix bugs, or optimize the app, feel free to fork the repository and create a pull request. π‘οΈ License This project is licensed under the MIT License. π‘ Share your notes with ease and speed using PublicNotes!