Skip to content

"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.

Notifications You must be signed in to change notification settings

hashirmeraj/note-saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

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

$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.

About

"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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages