MeetRajput00 / Notes-Share

This is a notes sharing website project created using HTML, CSS, JavaScript, Java, and SQL. The website allows users to create, read, update, and delete notes that are stored in a database. Users can also share their notes with other users on the website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes Sharing Website

This is a notes sharing website project created using HTML, CSS, JavaScript, Java, and SQL. The website allows users to create, read, update, and delete notes that are stored in a database. Users can also share their notes with other users on the website.

Features

  • User registration and login
  • Create, read, update, and delete notes
  • Share notes with other users
  • Search notes by keywords or tags
  • Responsive design for mobile and desktop screens

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Java
  • Spring Boot
  • MySQL

Installation and Usage

  1. Clone this repository to your local machine.
  2. Install MySQL and create a new database for the project.
  3. Update the database configuration in src/main/resources/application.properties with your database settings.
  4. Run the Spring Boot application with mvn spring-boot:run.
  5. Open your web browser and go to http://localhost:8080 to access the website.

Contributing

Contributions to this project are welcome. You can fork this repository and submit a pull request with your changes. Please make sure to follow the existing code style and add tests for any new features.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This is a notes sharing website project created using HTML, CSS, JavaScript, Java, and SQL. The website allows users to create, read, update, and delete notes that are stored in a database. Users can also share their notes with other users on the website.


Languages

Language:CSS 45.9%Language:HTML 25.0%Language:TSQL 15.7%Language:Java 8.5%Language:JavaScript 4.9%