Service for creating, editing and searching notes.
Download web server, add files from the src folder to the root of your site, restore database from file ".sql".
Backend:
- PHP 8.1.1
- MySql 5.1.1
Frontend
- Javascript (with jQuery v2.2.0)
- Authorization, registration, password recovery using the link
- Create notes of 4 different types
- Formatting text
- Adding tags to notes
- Adding images to notes
- Search and filter by note type, tag, title
- Sort by number of characters, date modified, note type, title
- Support for light and dark theme
- View note information
- Administrator panel: the ability to view service statistics in the context of users and notes, the ability to delete notes
MIT