Pinned Repositories
Calculator-React
In this project, I created a calculator using React.js. Using the Big.js library!
Friends
A social media website build with Ruby on Rails, where you can create and like tweets, follow people and see their tweets on your timeline.
LibraryAppV1
In this project, we built a basic web-based library application using JavaScript. One can add books to the library, delete the books and mark the book as read. We use local storage to store the data from the user.
Mastermind
Created a simple Mastermind game using my Javascript skills to detect whether a player won or not. With three different rounds.
pokemon-react
In this project I created a Pokemon App where you can see all the pokemon's and search them by name to see all their stats using the PokeAPI.
Portfolio
This is my Portfolio, I created this using semantic HTML, SASS, and Javascript, using a lot of animations and transitions to make the menu overlay look more smooth
Portfolio-v2
This is my Portfolio, I created this using semantic HTML, SASS, and Javascript, using a lot of animations and transitions.
Ruby-Linters-Capstone
In this project, I implemented my own version of the stylistic error program Linter. Created using Ruby for Ruby code only.
Saving-Plan
"Saving money" app using Javascript to create the requested requirements to assist you in your daily expenses.
Tic-Tac-Toe
Tic-Tac-Toe game created using Ruby, with the option to play against the computer or a friend. Everything divided into classes
garciajordy's Repositories
garciajordy/Ruby-Linters-Capstone
In this project, I implemented my own version of the stylistic error program Linter. Created using Ruby for Ruby code only.
garciajordy/Saving-Plan
"Saving money" app using Javascript to create the requested requirements to assist you in your daily expenses.
garciajordy/Tic-Tac-Toe
Tic-Tac-Toe game created using Ruby, with the option to play against the computer or a friend. Everything divided into classes
garciajordy/Mastermind
Created a simple Mastermind game using my Javascript skills to detect whether a player won or not. With three different rounds.
garciajordy/NewYorkTimes-Project
Created a clone of The New York Times page using semantic HTML, CSS-Grid, Flex-Box & Javascript
garciajordy/TheNextWeb
A clone of The NextWeb page using media queries to make the page responsive for Mobile, Tablet, and desktop by changing the layout for each screen size.
garciajordy/TicTacToe
Created a TicTacToe game that you can play with friends, counting how many times you have won.
garciajordy/WFA-Conference-Platform
Created a conference platform using semantic HTML, SASS, and javascript with the requested layout design and colors. With a personal touch, especially on the menu button.
garciajordy/Bubble-Sort
This is a quick extract that helps explains the underlying concepts of bubble sort, using Ruby.
garciajordy/Enumerable-Methods
Implemented my own version of Ruby's enumerable methods, using Ruby.
garciajordy/NewsWeek-Project
A clone of a Newsweeks page using Bootstrap classes and breakpoints to make the page responsive for all devices.
garciajordy/re-former
Created a re-former project in order to learn about Rails forms. We created a User model and implemented the pages for showing all users (index), creating a user (new), and updating a user (edit).
garciajordy/Ruby-Linters
garciajordy/ruby_projects
Solutions to the challenges from The Odin Project using Ruby, from the Ruby course
garciajordy/blog_app
Created a blog_app using Ruby on Rails, using Create, Read, Update and Destroy
garciajordy/relations_rails
I implemented all the ActiveRecords relations that are possible to test my database skills, using Ruby on Rails.
garciajordy/SQL-ZOO
Solutions to all the questions of SQL-ZOO.
garciajordy/tic_tac_toe
Collaborative Project