"Toquen el Dom" is a group project focused on developing a website
for a music school. The platform allows users to learn to play
various instruments such as piano, guitar, and bass. The team,
consisting of four individuals, employed Mob Programming to
collaboratively carry out the project. Jira was utilized for task
management and time tracking due to its versatility and
effectiveness. The project showcases strong knowledge in HTML and
CSS, with particular emphasis on proper HTML structuring to
enhance SEO positioning. Vanilla JavaScript was used to handle
instrument sounds, enabling functions to be triggered by event
listeners for a seamless interactive experience.
The FemCodersClub App streamlines the management of volunteers, members, sponsors, and events within the FemCodersClub association. It offers features such as event registration, profile viewing, and attendance tracking with QR codes. The app is adaptable to other organizations and provides a mobile-optimized experience for users and an intuitive interface for administrators. In summary, it's a comprehensive tool for event management, focused on an optimal experience for all users.
Moviedux page
HTML
CSS
JAVASCRIPT
REACT
Moviedux Page
React, html, Css, JavaScript
This web application, developed in React, allows users to search and filter movies by name, category, or rating. The data is sourced from an internal JSON file. The useState and useEffect hooks are used to manage state and side effects, respectively. The useState hook handles the local state of the filters and the movie list, while useEffect loads the initial movie data using fetch. The user interface updates in real-time based on the applied search criteria and filters.