jessicarubinwilliams
I am an inquisitive, self-directed learner with a growth mindset and a lot of grit. I love learning how things work and the logic behind a rule or best practice
Portland, OR
Pinned Repositories
address-book
An web-based address book application. An assignment for Epicodus to practice object-oriented JavaScript including constructor methods and prototypes.
bird-neighbors
A web-based ES6 application which takes a zip code from the user and returns a recently sited local bird as well as recordings of that bird's songs and calls. This project chains three API calls, dynamically displays output, employs both input validations and error handling as well as outputing audio.
currency-exchanger
Independent Code Review for Epicodus JavaScript Asynchrony and APIs. Uses Promises. Uses looping to dynamically generate a 160 choice select box.
firebase-practice-api-2
A practice project to build a serverless API with Node.js, Express.js, TypeScript, a Firestore database and deployed with Firebase cloud functions.
order-pizza
An independent project for Week 1 of Epicodus's Intermediate JavaScript Course to practice using Object-Oriented JavaScript for constructors and prototypes.
ParkFinderApi.Solution
A queryable C#/ASP.NET Core API using RESTful principles that shares data about State and National Parks.
PlantSwap.Solution
A web-based MVP application allowing registered users to trade plants by posting offers and requests as well as see matching offers and requests from other traders. Entity is used to manage a many-to-many relationship in an SQL database and Identity is used to manage user Authentication.
super-galactic-age-calculator
An independent project for Epicodus to demonstrate knowledge of Modern JavaScript Environments & ES6: npm, webpack, Jest, classes & template literals
tech-course-calendar
A group project for Epicodus Team Week to practice creating a calendar event from within a web-based application that a user may add to their preferred calendar app.
ToDoList.Solution
A practice project to learn many aspects of C# / ASP.NET Core MVC
jessicarubinwilliams's Repositories
jessicarubinwilliams/firebase-practice-api-2
A practice project to build a serverless API with Node.js, Express.js, TypeScript, a Firestore database and deployed with Firebase cloud functions.
jessicarubinwilliams/ToDoList.Solution
A practice project to learn many aspects of C# / ASP.NET Core MVC
jessicarubinwilliams/bird-neighbors
A web-based ES6 application which takes a zip code from the user and returns a recently sited local bird as well as recordings of that bird's songs and calls. This project chains three API calls, dynamically displays output, employs both input validations and error handling as well as outputing audio.
jessicarubinwilliams/ParkFinderApi.Solution
A queryable C#/ASP.NET Core API using RESTful principles that shares data about State and National Parks.
jessicarubinwilliams/PlantSwap.Solution
A web-based MVP application allowing registered users to trade plants by posting offers and requests as well as see matching offers and requests from other traders. Entity is used to manage a many-to-many relationship in an SQL database and Identity is used to manage user Authentication.
jessicarubinwilliams/Bakery.Solution
A C# console application to take a customer's order and calculate subtotals and totals, accounting for different discounts.
jessicarubinwilliams/BakeryMVCTest.Solution
A practice run through for Epicodus C# ASP.NET Core MVC Independent Code Review
jessicarubinwilliams/coin-counter
A web-based application to practice recursion and using a closure
jessicarubinwilliams/ConsoleApiCall
jessicarubinwilliams/CretaceousPark.Solution
A C#/.NET API using RESTful principles
jessicarubinwilliams/ebenezer-don-practice-api
A practice project to build a serverless API with Firebase cloud functions, TypeScript and Firestore
jessicarubinwilliams/Factory.Solution
A web-based ASP.NET Core MVC application using Entity to interact with an SQL database.
jessicarubinwilliams/functional-modern-js-environment-template
A template for functional programming in a modern JavaScript environment using npm, webpack & dependencies. Presumes use of jQuery and images. ESLint rules for functional programming are included.
jessicarubinwilliams/functional-plant
A basic web application to practice functional programming
jessicarubinwilliams/HairSalon.Solution
A web-based application for a fictional hair salon to track and associate stylists and clients in a database using ASP.NET Core MVC project and Entity Framework Core.
jessicarubinwilliams/help-queue
My first React application. Coding along with Epicodus bootcamp's React curriculum. Various branches use create-react-app, Redux, Moment.js
jessicarubinwilliams/Inventory.Solution
A project for Epicodus to practice using Entity Framework to link SQL databases to an ASP.NET Core MVC web-based application.
jessicarubinwilliams/MadLibs.Solution
A simple web application of MadLibs using ASP.NET Core MVC
jessicarubinwilliams/MVCAuthBuilder
jessicarubinwilliams/MVCAuthPolicy
jessicarubinwilliams/neojurassicpdx
A queryable RESTful API that shares data about pseudo tropical plants appropriate for growing in the Pacific Northwest - 217 different flora, over 1000 plants and trees. A React frontend that allows the user to search the APIs data.
jessicarubinwilliams/pedro-tech-firebase-firestore
Practice project to link firebase & firestore to a full CRUD React app
jessicarubinwilliams/PierresTreats.Solution
A web-based ASP.NET Core MVC application using Entity to interact with an SQL database and Identity to manage user Authentication.
jessicarubinwilliams/react-with-api
Project to practice making a fetch api call from a React app. Uses Redux for state management and Redux-Thunk middleware library for asynchrony functionality with Redux.
jessicarubinwilliams/tap-room
A React application with full CRUD capability for tracking the keg inventory of a fictional kombucha bar.
jessicarubinwilliams/Travel.Solution
jessicarubinwilliams/TravelMvcApi.Solution
jessicarubinwilliams/TravelReviews
jessicarubinwilliams/TriangleTracker.Solution
A C# console application to test if 3 sides are a triangle and if so, what kind. Project to practice Test Driven Development with MSTest and C#.
jessicarubinwilliams/UniversityRegistrar