Álvaro Dávila


Frontend Developer

Hi! My name is Álvaro, and I'm a Frontend Developer passionate about building engaging digital interfaces. I'm skilled in HTML, CSS, JavaScript, and React. I enjoy collaborating with design and backend teams to create user-friendly experiences and I am always eager to learn and adapt to new technologies in web development. Feel free to check out my Projects section to see some of my work, and visit the Contact section to get in touch.

This is a selection of projects I have been working on recently.


...
Translator Website

Álvaro Dávila's website showcases professional translation services in English, Japanese, Portuguese, and Spanish, complemented by rotating testimonials and an interactive blog navigation.

GitHub repository View live site
...
Todo List

This app manages a task list where users can add, edit, mark as completed, delete tasks, and clear completed tasks. It includes local storage integration for persistent data, character limit enforcement, and dynamic UI updates based on user interactions.

GitHub repository View live site
...
Geolocalizador IP

This app fetches geolocation information based on an IP address input by the user. It utilizes the RapidAPI service to retrieve JSON-formatted data including details such as country, city, region, and coordinates. The interface updates dynamically upon submission, displaying the fetched data in a structured format.

GitHub repository View live site
...
Markdown to HTML Converter

This app is a Markdown editor built using React and Redux. It allows users to input Markdown text in a textarea, which is then parsed into HTML using the `marked` library and displayed in real-time in a preview pane. The application uses Redux for state management, with actions to update the Markdown content and a connected component to manage the editor's state.

GitHub repository View live site
...
Pokémon Search App

This app fetches and displays Pokémon information based on user input or a random selection. It features dynamic updates of Pokémon name, ID, weight, height, sprite, and various stats (HP, attack, defense, special attack, special defense, speed) fetched from the PokeAPI.

GitHub repository View live site