Note Taker is a web application designed to help users organize their notes efficiently. It provides a platform where users can create, edit, and delete notes on various topics. The application utilizes MySQL as the database management system and Java Servlets for the backend. On the frontend, it employs HTML, CSS, and Bootstrap for a user-friendly interface.
- MySQL: Database management system for storing notes.
- Java Servlets: Backend framework for handling server-side logic and requests.
- HTML: Markup language for structuring the web pages.
- CSS: Styling language for enhancing the appearance of the application.
- Bootstrap: Frontend framework for building responsive and mobile-first websites.
- Create a Note: Users can create a new note by providing a topic and content.
- Edit a Note: Users can modify the content of an existing note.
- Delete a Note: Users can remove a note from their list.
- Clone the Repository: Clone the Note Taker repository to your local machine.
- Set Up MySQL Database: Set up a MySQL database and configure the connection details in the application.
- Open the Note Taker application in your web browser.
- Create a new note by providing a topic and content.
- Edit an existing note by selecting it from the list and making changes.
- Delete a note by selecting it and choosing the delete option.