You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is about a server-rendered EJS marketplace on "Node.js/Express" where users can register, log in, and manage second-hand adverts with filters and pagination. It uses "MongoDB/Mongoose" and "JWT" for authentication, providing RESTful routes to list, view, create, and delete adverts.
This project focuses on practicing technical problem identification through componentization. It applies key concepts like reuse, isolation, encapsulation, and single responsibility to design a coherent and modern component structure.
Frontend project replicating a Wallapop-style web app, developed without JavaScript frameworks. Focuses on core JavaScript, DOM manipulation, event handling, fetch API, local storage, and HTML5 data storage. Includes a db.json file for backend simulation and testing.