Pinned Repositories
2D-Arrays-Hourglass-Problem
A problem involving navigating a 2-dimensional array
ada-pets-node
adagrams
Project: Create the code for the fictional anagram game Adagrams, practicing data manipulation
api-exercise-seven-wonders
Exercise in writing Ruby to parse API responses using Google Maps API
Artquiz
Art quiz project. Android
media-ranker
personal-portfolio-site
Project: Create a static site representing your portfolio of coding work
ride-share-rails
Project: Rails app that manages a local community Rideshare program
Runtime
Capstone project
video-store-consumer-api
OlgaSe's Repositories
OlgaSe/2D-Arrays-Hourglass-Problem
A problem involving navigating a 2-dimensional array
OlgaSe/ada-pets-node
OlgaSe/media-ranker
OlgaSe/personal-portfolio-site
Project: Create a static site representing your portfolio of coding work
OlgaSe/ride-share-rails
Project: Rails app that manages a local community Rideshare program
OlgaSe/Runtime
Capstone project
OlgaSe/video-store-consumer-api
OlgaSe/Bipartition-Graph
An exercise working with graphs
OlgaSe/dynamic-programming
A dynamic programming exercise
OlgaSe/exquisite-react
Project: Handle events, state, and props through forms in React for an Exquisite Corpse poetry creation implementation
OlgaSe/Finance-tracker
react app to track expenses
OlgaSe/hash-practice
OlgaSe/Hashmap
OlgaSe/heaps
OlgaSe/inspiration-board
Project: Create a SPA that facilitates encouraging note boards, using APIs and in React
OlgaSe/js-adagrams
Adagrams project in JavaScript on Node.js
OlgaSe/js-calculator
Project: Create a CLI program that simulates a calculator and computes user input
OlgaSe/js-testing
A resource used in teaching vanilla JavaScript testing using Jest
OlgaSe/linked-list
A singly linked list with each node containing integer data. Methods on the singly linked list
OlgaSe/linked-lists
OlgaSe/media-ranker-revisited
Project: Add controller tests and OAuth to an existing project
OlgaSe/react-tic-tac-toe
A react project to teach event handling & State in React.
OlgaSe/react-timeline
Project: Displays a social media timeline from static data in React
OlgaSe/recursion-writing
(optional/harder) Practice writing recursive methods
OlgaSe/recursive-dynamic-programming
OlgaSe/stacks-queues
OlgaSe/task-list
OlgaSe/tree-practice
A repository created to practice writing Binary Search tree methods
OlgaSe/video-store-api
Project: Create an API that demonstrates a number of GET and POST requests in Rails
OlgaSe/video-store-consumer