Skip to content
View jason-padilla's full-sized avatar
  • Orange County, CA
Block or Report

Block or report jason-padilla

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jason-padilla/README.md

Hi 👋, I'm Jason

About Me

✏️  Education: University of California, Irvine
⭐  Favorite language: Python 🐍
🏠  Location: Orange County, CA
📧  Reach me at: jasonpdla@gmail.com

Languages

Python C++ JavaScript HTML5 CSS3 MySQL

Libraries and Frameworks

Django React Flask jQuery Bootstrap

Tools and Operating Systems

Git Visual Studio Code Windows Apple

Pinned

  1. FeelTheHeatSauces FeelTheHeatSauces Public

    Fully functional responsive e-commerce website developed using Django. It allows a user to browse through categorized products and add them to their cart for later purchase.

    HTML 1

  2. Reactflix Reactflix Public

    Reactflix is a responsive Netflix mockup website developed using React. Users can register or continue as a guest and view information about all of the movies and series available.

    CSS

  3. WumpusWorldGame WumpusWorldGame Public

    Wumpus World is a game that involves an AI that travels through various maps and intelligently avoids obstacles in order to find gold and win the game.

    Python

  4. OthelloGameWithAi OthelloGameWithAi Public

    An AI that can compete with people or other AI's at the game Othello, it uses recursion to look at moves ahead in order to choose the best outcome and defeat its opponent.

    C++

  5. MapQuestAPI MapQuestAPI Public

    A program that uses the MapQuest API to provide a user with instructions on how to get from one location to another. It also provides the total time and distance and provides the longitude and lati…

    Python

  6. MazeGeneratorSolver MazeGeneratorSolver Public

    A program that recursively generates and solves mazes of NxM length by using the depth-first algorithm.

    C++