franclobo
Business Engineer, full-stack developer. Interested in Web development and data science. Programming with React&Readux and Ruby on Rails. Available for hiring
Quito
Pinned Repositories
Awesome-books-ES6
Based on the construction of my first porject with JavaScript objects for Microverse Curriculum Awesome books, I will organize the files in modules.
Budget
A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
Catalog-of-my-things
This console app helps you to keep a record of different types of things you own: books, music albums, movies, and games.
Conference-page
In the first capstone project I will desing a page for English courses based in a Behance template.
doctor_appoinment
Search your doctor and book appoinment in one click
Enumerable
In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.
Francisco-and-Neeraj-Microverse
Front-end_Tesla-Booking
This application was made by creating our API, using Ruby on Rails, containing some Tesla models' info in our database. In the front end, made with React & Redux, the user is allowed to create an account and book any of the cars we have displayed. Admin users can add entirely new models by sending data to the API.
Recipes_app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows user to save ingredients to a recipe, keep track of stock, create recipes, and generate a shopping list based on the difference between inventory and recipe requirements. To allow sharing the recipe, the user or creater can indicate whether it is private or public
Space-Travelers-Hub
In this task, I worked with the real live data from the SpaceX API to build a web application for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.
franclobo's Repositories
franclobo/e-comerce
This app is an e-comerce using remix JS and Tailwind
franclobo/Portfolio
In my second project, I will create a portfolio website. I will build the first 2 sections of the mobile website using the template I chose in Figma.
franclobo/bubble_sort
A method #bubble_sort that takes an array and returns a sorted array. It must use the bubble sort methodology (using #sort would be pretty pointless, wouldn’t it?).
franclobo/stock-picker
A method #stock_picker that takes in an array of stock prices, one for each hypothetical day. It should return a pair of days representing the best day to buy and the best day to sell. Days start at 0.
franclobo/sub-strings
A method that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument. It should return a hash listing each substring (case insensitive) that was found in the original string and how many times it was found.
franclobo/caesar_cipher
In cryptography, a Caesar cipher, also known as Caesar’s cipher, the shift cipher. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on.
franclobo/Conference-page
In the first capstone project I will desing a page for English courses based in a Behance template.
franclobo/Etch-A-Sketch
This is a grid where the user can paint using the mouse.
franclobo/Project-Rock-Paper-Scissors
Project: Rock Paper Scissors
franclobo/strings-methods
Esta es una prácyica para comprender los métdos que podemos usar con strings
franclobo/rental-app-front-end
This is a rental app for hotels or similar business.
franclobo/timeline-generator-kintone
This is a timeline generator created with Kintone about presindents of USA
franclobo/Awesome-books-ES6
Based on the construction of my first porject with JavaScript objects for Microverse Curriculum Awesome books, I will organize the files in modules.
franclobo/rental-app-back-end
This app is a template for informtive pages for hotels or similar business.
franclobo/react-to-do
To-Do list with React
franclobo/todolist
Take-home assignment La Katuna
franclobo/ToDoList-Java
Project back end
franclobo/franclobo.github.io
franclobo/portfolio-back-end
This is the back-end with Ruby on Rails of my portfolio
franclobo/Bookstore
The Bookstore is a website wich contains all your favorite books, categorized by title and author and also a graphic representation of your progress.
franclobo/readme-template
A README template that can be used to give any project clear documentation.
franclobo/gq_take_home
Take home test for engineering role
franclobo/Django
Tutorial de uso de Django
franclobo/Space-Travelers-Hub
In this task, I worked with the real live data from the SpaceX API to build a web application for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.
franclobo/Catalog-of-my-things
This console app helps you to keep a record of different types of things you own: books, music albums, movies, and games.
franclobo/Front-end_Tesla-Booking
This application was made by creating our API, using Ruby on Rails, containing some Tesla models' info in our database. In the front end, made with React & Redux, the user is allowed to create an account and book any of the cars we have displayed. Admin users can add entirely new models by sending data to the API.
franclobo/My-Portfolio
franclobo/franclobo
franclobo/Back-end_Tesla-Booking
This application was made by creating our API, using Ruby on Rails, containing some Tesla models' info in our database. In the front end, made with React & Redux, the user is allowed to create an account and book any of the cars we have displayed. Admin users can add entirely new models by sending data to the API.
franclobo/hello-rails-react
This is my first exercise using Rails and React.