...
Nasa API

This API shows the Astronomy Picture of the day. I used the fetch() method to fetch the title, date, image and description from the Nasa API portal. I created an h1, p and img element using JavaScript to store the items that I retrieved from the Nasa API. I proceeded to append all of the elements to the parent element, It is a really important step because otherwise the element's content will not display. If you are interested to see how I built this API make sure to visit my GitHub account where I have the repositories for this project and more. Visit Nasa API Website

...
Heat Map API

This is a simple API that I created using mapbox. On the map you can see a heatmap layer over Los Angeles. This project was meant to teach me how to connect to any API. Check out the Map API Website

...
Typical Todo App

Anybody can create a Todo application nowdays. Check The Todo App Website

...
JavaScript Small Project

The main goal for building this project was to use basic JavaScript concepts to show that I had a very good understanding of arrays, methods, loops and funcitons. There is a list of random string games. The first challenge was to alphabetize the list, the second challenge was to capitalize the first letter of each word in the array. I used a nested for loop to solve that problem. The final challenge consisted in making a random list item change color when you click a button, for this problem I used funcitons to achieve the desired outcome. Visit JavaScript Small Project Website

...
Girls & Boys Club

Creating the Girls and Boys Club website was easy. I just had to create a navigation bar with links to additional pages containing information about the organization. I went to Splash.com looking for images that could support the overall theme of the website. I have become an expert at styling images. My goal was to find a unique image for every page. I had to include the logo in the navigation mune too. It was easier than I expected. For this specific project I had to use html and css. I learned a lot of new css properties. The most important thing I learned was the box model and how it works. Visit Girls and Boys Club Website

...
Waterman

I was hired to create a new website for the art and history museum in Green Valley, Arizona. I had to use Boostrap - a free css library - to make the page responsive, which means that when you resize the page the content will get bigger or smaller automatically adapting to the page's width. It is a technique you have to use all the time. I also created four separate pages containing information about the museum's art collection, calendar and how to help the museum. For this project I had to use all the skills I learned throughout the course. I hope I chose the right colors for this project. I had to create a responsive layout that adapts to the size of the display. I learned one of the most important aspects of building websites, Media Queries include a block of css properties only if certain condition is true. While I was creating these projects I found a really cool website, Unsplash.com. It's very useful if you want to find free images to use on your projects. Visit WATERMANN Gallery Website

...
Typical Todo App

Anybody can create a Todo application nowdays. Check The Todo App Website