• Born in Queens, NY. Raised in Longwood Fl.
• Mother of Ashton, Wife to Jorge (Front End Developer Extrordinare).
• Harry Potter Enthusiast.
• Avid Reader.
• Terrified of Airplanes, flying, heights in general.
• University of Florida, Class of 2006 (Major: Journalism and Communications).
• Studied web development at the UCF Coding Bootcamp (Hardest 6 months of my life).
• Professional Level Salsa Dancer (Totally useful resume padding).
• Watches an excessive amount of reality TV.
• Jack of all trades, master of none (Yet.)
• Please take a look at her github account for some of her most current work: Github.com/jennaroeAble to create clear concise code in both HTML and CSS. I work with Bootstrap and Materialize. I have also implemented SASS on several assignments.
Proficient Javascript including Jquery, HandleBars and basic React.js and Im capable of integrating these into several different platforms.
My most recent project titled RentaDex was written in Laravel. I have worked in both 5.2 and 5.3 versions.
Knowledgeable in using node, NPM packages in Node and Express for routing. Please see friend finder app and Crisis Corps for examples.
I have worked with both, but I am far more capable when it comes to MySql. Please see the Crisis Corps and RENTADEX Apps as examples.
I have used these processes on several applications as you will see in my work section below. I have connected to API's and have learned to create my own. I have also learned how to implement JSON objects in my code as well.
Crisis Corps was created in response to the tragedy in Orlando at Pulse night club. We created the site as a call to arms for those who want to lend a hand during times of need. The site was created to be used in many cities and activated as a hub for news, evacuation information, volunteer opportunities and city announcements.
Tech Used: Boostrap, Node, Express, MySql, Jquery
PLYDT was created for shy parents who do not have friends or family with children the same age, and are looking for ways to socialize thier toddlers. It is a way to meet other parents at the park or other toddler friendly places without the awkwardness of having to meet a stranger. The app includes all of the parks and toddler friendly areas based on your location. You can see who is checked in at a location, the age of their children and the length of time they will be playing. You can even use to chat app to talk to those parents before you arrive! PLYDT is here to revolutionize the idea of the play date.
Tech Used: Front end is Materialize. We used google maps and google places to make the map function. The database structure is in firebase and the chat app was also built in firebase.
RentaDex was created as a client tracker for real estate agents that focus on rentals rather than the sales aspect of their profession. Most client trackers dont service their needs or track the information that they want. RentaDex is catering to a very specific niche market here in Downtown Orlando.
Tech Used: This app was constructed in Laravel and MySql was used to manage the database.
In this trivia game I used HTML, CSS to render the game on the web page, JavaScript for the logic of the game and jQuery to manipulate the html of the game.
Tech Used: I used HTML, CSS to render the game on the web page. I used JavaScript for the logic of the game and jQuery to manipulate the html of the game.
This is a guessing game using numbers, similar to the game hangman, but instead of letters the player will guess with numbers. There will be four crystals displayed as buttons on the page. The player will be shown a random number at the start of the game. When the player clicks on a crystal it will add a specific amount of points to the player's total score. The player wins the game if their total score matches the random number and the player loses the game if their total score goes above the random number. The amount of points each crystal adds is not shown to the player, but their total score is displayed and updated after each crystal is clicked. The number of games won and lost will be displayed. If the player successfully matches their total score to the random number they get 1 win, if the player's total score is above the random number the player get 1 loss, either way the game restarts. When the game is restarted, the player will be shown a new random number, all the crystals will now have 4 different hidden values, and the player's total score is reset to 0.
Tech Used: Dynamically updated the HTML with jQuery. Styled various HTML elements with CSS.
This is a compatibility-based "Friend Finder" application. (Basically a dating app) The application takes in results from users' surveys then compares their results against all other users who have completed it. The application displays the name and picture of the user with the best match overall.
Tech Used: I used Express to handle routing and deployed the application on Heroku so others could fill it out.