Notaty is a web application project developed using Node.js, following a clear client–server architecture.
The project includes a front-end interface built with HTML, CSS, and JavaScript, while the back-end is implemented using Node.js to handle server-side logic and application operations.
This project demonstrates core web development concepts such as code organization, separation of concerns between client and server, and building a scalable project structure.
Notaty serves as a solid foundation for a full-stack application and can be extended in the future by adding databases, RESTful APIs, and authentication features.