Pinned Repositories
etch-a-sketch
This repository was created for a project that was apart of The Odin Project. The goal of this project was to use my skills in html, css, and javascript to create an "etch-a-sketch" type application.
calculator
This is another project from The Odin Project. This project uses HTML, CSS, and JavaScript to create a working web browser calculator.
tic-tac-toe
This is a JavaScript implementation of the classic game: Tic Tac Toe! This was a project completed through the Odin Project. This project will make use of factories and modules.
library
This is another project from The Odin Project. This project uses HTML, CSS, and JavaScript to create a library that stores books. This project uses objects to help keep the code more organized.
todo-list
This is a JavaScript implementation of a Todo-List, which is enhanced by webpack features for better design flow.
weather-app
This is a JavaScript implementation of a Weather App which utilizes the Weather API to extract weather information.
random-gif-generator
This JavaScript project uses the GIPHY API to randomly generate gifs
2xc3-final-lab
The final lab for 2xc3, spanning over 4 weeks
2xc3-lab1
This repository was created to be used for group work for one of our labs
2xc3-lab2
Second lab for CS 2XC3, focusing on graph algorithms
vinothrobinson's Repositories
vinothrobinson/vinothrobinson
vinothrobinson/css-exercises
This repo was provided by The Odin Project and it contains exercises to practice using CSS.
vinothrobinson/weather-app
This is a JavaScript implementation of a Weather App which utilizes the Weather API to extract weather information.
vinothrobinson/random-gif-generator
This JavaScript project uses the GIPHY API to randomly generate gifs
vinothrobinson/todo-list
This is a JavaScript implementation of a Todo-List, which is enhanced by webpack features for better design flow.
vinothrobinson/library
This is another project from The Odin Project. This project uses HTML, CSS, and JavaScript to create a library that stores books. This project uses objects to help keep the code more organized.
vinothrobinson/restaurant-page
This project is designed to make use of webpack to help create a restaurant webpage using DOM elements
vinothrobinson/tic-tac-toe
This is a JavaScript implementation of the classic game: Tic Tac Toe! This was a project completed through the Odin Project. This project will make use of factories and modules.
vinothrobinson/rock-paper-scissors
This is a JavaScript implementation of the classic game: Rock Paper Scissors! This was a project completed through the Odin Project.
vinothrobinson/calculator
This is another project from The Odin Project. This project uses HTML, CSS, and JavaScript to create a working web browser calculator.
vinothrobinson/javascript-exercises
This repository was provided by The Odin Project to help gain more familiarity with JavaScript
vinothrobinson/etch-a-sketch
This repository was created for a project that was apart of The Odin Project. The goal of this project was to use my skills in html, css, and javascript to create an "etch-a-sketch" type application.
vinothrobinson/JavaScript30
This repository was recommended by Odin Project to use to practice JavaScript DOM practices.
vinothrobinson/2xc3-final-lab
The final lab for 2xc3, spanning over 4 weeks
vinothrobinson/2xc3-lab3
This is the third lab for 2xc3, this lab focuses on implementing advanced data structures such as Red-Black Trees
vinothrobinson/2xc3-lab1
This repository was created to be used for group work for one of our labs
vinothrobinson/2xc3-lab2
Second lab for CS 2XC3, focusing on graph algorithms
vinothrobinson/LinearAlgebraToolkit