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
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.
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.
Personal portfolio project showcasing skills in HTML, CSS, responsive design, animations, form validation, and clean code practices. Built to demonstrate knowledge acquired in the course through an interactive and visually appealing presentation.
Data Modeling and SQL project developed to apply and demonstrate knowledge acquired in class. Includes database usage, entity-relationship diagrams, normalization (1NF–7NF), and SQL operations like table creation, modification, deletion, data insertion, and querying.
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 integrates JavaScript and CSS dependencies using Tailwind, Parcel, and TypeScript to streamline development and production, enhance visual styling, and ensure robust code. The result is a professional solution adaptable to the requirements of real-world environments.
This project involves building a Single Page Application (SPA) as a graphical interface for managing ads using the Nodepop API backend. It demonstrates key React concepts, including component architecture, state management, forms, effects, context, refs, and performance optimizations through code splitting and lazy loading.