Bryan Hurtado's repositories
google-conference
Dedicated website for promoting a fictional conference. Consisting of 2 functional pages, Main and About. Speakers section is dynamically built with JavaScript. Built with HTML/CSS.
portfolio-prototype
A basic Portfolio Website for displaying projects. This website includes Navigation, a Gallery for projects with a pop-up for more details, an "About Me" section, and a Contact section. Build with HTML/CSS.
to-do-list
A simple To-Do list app, including features such as adding, removing, editing, and completing tasks. Built with JavaScript.
awesome-books-es6
Single Page Application (SPA) for managing books. Users have the ability to store, remove, edit, and display a list of books based on Title and Author. Built with JavaScript.
leaderboard-app
App for displaying data in the shape of a leaderboard retrieved from an API. Built with JavaScript.
math-magicians
A Single Page Application (SPA) for a calculator app, consisting of 3 pages, Home, Calculator, and Quote, that use React Routing for their URL management. Built with React.
results-summary-component
Static component for displaying the results of a skills test. Built with React.
space_travelers
App to retrieve and display actual data from the SpaceX API, where you are able to reserve and join rockets and missions respectively. Built with React & Redux.
vehicle-app
An app to retrieved and display multiple data from Vehicle API, including manufacturers, cars, parts, etc. Built with React & Redux.
budget-app
Simple web app to organize a budget. You can add categories and expenses per category, and get the total amount spent on each one of them. Includes authentication. Built with Ruby on Rails.
vet-clinic-db
Relational database to create the data structure for a vet clinic, based on a real-life example.