Riya Narayan Home Projects Gallery Visuals Comments

Here are some of the projects I've worked on:

N.recs
An iOS App where you can get recommendations from your friends on what TV shows to watch next (work in progress).

Once logged in, the homepage will display the TV shows that your friends have favorited . You can favorite these shows or search for new shows to add to your favorites list. You can also click on the TV show poster to get more information about it, including reviews and which of your friends have favorited it. You can also search for user accounts and follow them to have their TV shows appear on your homepage.

Link to GitHub Repo
Tic Tac Toe
An implementation of a one player Tic Tac Toe against a computer AI (iOS App).

I’ve implemented the classic game of Tic Tac Toe as a one player game against the computer, where the player is assumed to move when the prompt “Your Turn” is given. The game will count your score, and will also allow you to clear the board. The computer AI is designed such that it makes the move that would be the best response given the player’s move, assuming that the player too is playing optimally. This means that the player will at best tie with the computer. Thus, their score will increase when the game ends in a tie.

Link to GitHub Repo
Oh, the places you’ll go!
Find best way to get to a destination (Java). I worked on this project with two of my peers.

Our project allows users to find a city to travel to in the US and provides them with the best flight route . We do this by allowing them to choose from 7 key words that are common traits people look in a travel destination. We then provide them with a list of cities which have their chosen attribute. The user then specifies their date and airport of departure, and the program provides them with the best flight route.

Link to GitHub Repo
LinkedIn GitHub