kelsey?
projects
1 2 3 4
profile-picture
Kelsey Sry
Full Stack Software Engineer
Stanford '19 🌲
App Academy '21 👩🏻‍💻
I love the process of translating random ideas into code! Ask me about dating apps!💌
Skills
Javascript | Python | Node | React | Redux | Express | Flask | PostgreSQL | HTML5 | CSS
Copyright © 2022 Kelsey Sry All Rights Reserved.
okSign
  • Constructed two algorithms using Javascript that calculate match percentages based on weighted personality questions and horoscope signs compatibility so users can decide on potential matches.
  • Enhanced user engagement by integrating Google Maps API so users can view potential matches’ location and distance.
  • Implemented custom search for users based on model attributes by performing database queries to a Flask backend configured with PostgreSQL.
  • Improved user experience by developing a messaging feature to dispatch thunk in React / Redux so users can dynamically send, edit, and delete messages without refreshing the page.
live | github
Oney
  • Configures a Redux store to connect to a shopping cart in which users can add/remove multiple items, increase/decrease the quantity of each item, and purchase all the items in the cart.
  • Maximizes whitespace layout by designing a dropdown menu, utilizing React Hook useState to control a component’s state for convenient access to edit/delete reviews.
live | github
Mab Mab
  • Utilizes basic Javascript to dynamically recalculate a restaurant’s average rating whenever a user leaves, edits, or deletes a review.
  • Integrates Google Maps API to display the location of each restaurant as a clickable marker that generates an image of a dish from the restaurant for quick user access.
  • Incorporates CSS media queries to allow users to switch between desktop and mobile.
live | github
Ask Mom&Dad
  • Handles user privacy on the backend by hashing password through BCrypt hashing algorithm.
  • Restricts user access to site features such as editing/deleting questions and comments by utilizing express-session for session authentication.
  • Implements search by having an ORM model perform custom SQL queries to improve users’ navigation of the app.
live | github