Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashirmeraj/note-saver
"Note Saver" is a to-do list app using HTML, CSS, Bootstrap, JavaScript, PHP, and MySQL. It lets users add, edit, and delete notes. The app features a data table with pagination, making it easy to navigate through tasks, even with a growing list. It's a simple and efficient way to manage your to-dos.
https://github.com/hashirmeraj/note-saver
database datatable jquery mysql php phpmyadmin todoapp todolist
Last synced: 18 days ago
JSON representation
"Note Saver" is a to-do list app using HTML, CSS, Bootstrap, JavaScript, PHP, and MySQL. It lets users add, edit, and delete notes. The app features a data table with pagination, making it easy to navigate through tasks, even with a growing list. It's a simple and efficient way to manage your to-dos.
- Host: GitHub
- URL: https://github.com/hashirmeraj/note-saver
- Owner: hashirmeraj
- Created: 2024-08-22T06:37:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T07:44:39.000Z (about 2 months ago)
- Last Synced: 2024-10-10T13:08:10.485Z (about 1 month ago)
- Topics: database, datatable, jquery, mysql, php, phpmyadmin, todoapp, todolist
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note Saver
**Note Saver** is a to-do list application built using HTML, CSS, Bootstrap, JavaScript, PHP, and MySQL. It allows users to add, edit, and delete notes. The app features a data table with pagination, ensuring easy navigation through tasks.
## Features
- Add, edit, and delete notes
- Data table with pagination for efficient task management## Installation
### 1. Clone the Repository
```bash
git clone https://github.com/hashirmeraj/note-saver.git
cd notesaver
```### 2. Set Up the Database
1. Open **phpMyAdmin** on your local server (e.g., XAMPP).
2. Create a new database named `note`.
3. Import the SQL file provided in the repository (`note.sql`) into the `note` database.### 3. Configure the Project
```php
$servername = "localhost";
$username = "root";
$password = ""; // your MySQL password
$dbname = "note";
```### 4. Run the Project
1. Start your local server (e.g., XAMPP, MAMP).
2. Access the project in your web browser:```
http://localhost/note-saver
```## Usage
Once installed, you can start adding, editing, and deleting notes. Use the pagination feature to navigate through your notes easily.