Pinned Repositories
wura_alese
Over 20 commits showing off MEAN stack in MVC framework, JS OOP, promises, DOM manipulation
animal-class
OOP basics in Python
aoofoundation
This is the official website for a non-profit organization
dojo-overflow
Java Spring showing of many to many relationship using JPA and MySQL - a user can post a question and add multiple tags.
e-commerce
Using angular to sort, order and filter based on your preference
iOS-Secret-Server
The server side of an AR iOS app built in Swift 4 that uses socket.io to keep track of a multi player laser tag game
number-game
Java Servlet with jsp - it allows you to guess a random number 1-100, on every guess it identifies if you are closer or farther from the answer until you guess correctly
product-catlog-adv
Java MVC framework with MySQL which uses AJAX and jQuery to perform CRUD operations and update the app dynamically
travel_buddy
An app that allows you to plan your trips and join others on their trip. Built in Django and MySQL
Zainab-Kalief's Repositories
Zainab-Kalief/number-game
Java Servlet with jsp - it allows you to guess a random number 1-100, on every guess it identifies if you are closer or farther from the answer until you guess correctly
Zainab-Kalief/aoofoundation
This is the official website for a non-profit organization
Zainab-Kalief/dojo-overflow
Java Spring showing of many to many relationship using JPA and MySQL - a user can post a question and add multiple tags.
Zainab-Kalief/iOS-Secret-Server
The server side of an AR iOS app built in Swift 4 that uses socket.io to keep track of a multi player laser tag game
Zainab-Kalief/my-website
My personal website built with love and code.
Zainab-Kalief/product-catlog-adv
Java MVC framework with MySQL which uses AJAX and jQuery to perform CRUD operations and update the app dynamically
Zainab-Kalief/auth
Java Spring with JPA x Postgre x Spring Security
Zainab-Kalief/aws-lambda-crud-notes
Zainab-Kalief/aws-lambda-get-with-multiple-filters
AWS Lambda API in Node.js that accepts multiple keys from the client to find an item on a DynamoDB Table by the multiple keys. This API uses scan
Zainab-Kalief/concentration
A simple concentration game in Swift. Match emoji cards together by flipping random cards over
Zainab-Kalief/concentration-game
A simple concentration game in Swift. Match emoji cards together by flipping random cards over
Zainab-Kalief/countries-query
Java MVC framework using native mySQL queries in Spring Boot to query one-to-many and many-to-many data onto the view
Zainab-Kalief/dev-up-algorithms
A compilation of all algorithms practiced in our dev up class
Zainab-Kalief/docs
This repository contains .NET Documentation.
Zainab-Kalief/dojo-ninjas
Java MVC framework using JPA showing off one to many relationships [many ninjas to a dojo]
Zainab-Kalief/dojo-pagination
Java MVC framework with MySQL that sorts query by page using pagination
Zainab-Kalief/driver-license
Java MVC framework using mySQL to show one to one relationship with CRUD repository
Zainab-Kalief/ionic-shopping-list-CRUD
Ionic shopping list app with firebase DB.
Zainab-Kalief/languages
Using java spring boot, MySQL in an MVC framework - app allows user to CRUD data
Zainab-Kalief/live2
Full Stack App that allows user to post event, follow other users, follow events. It includes a google maps search API & multi chat room using socket.
Zainab-Kalief/Lookify
Java MVC framework using JPA with form validations. Also showing off CRUD of queries
Zainab-Kalief/ninja-gold-java
Using Spring Boot - user can play a game where he earn certain number of gold based on what place he visits. This app uses sessions to store and update user's records
Zainab-Kalief/product-catlog
Spring Boot app showing off the use of restful api using postman
Zainab-Kalief/random-word
Java Servlet with jsp that showing of the use of session in keeping count and storing random words
Zainab-Kalief/RxJS-101
A simple angular 4 Github repo search app that uses material design and observables to allow you to efficiently search for repos. It uses switchMap, filter, debounce and distinct RxJS operators
Zainab-Kalief/store-java
Java MVC framework using JPA showing off many to many relationships [many products to many categories]
Zainab-Kalief/swift-HelloToTheUniverse-lab-swift-intro-000
Zainab-Kalief/todo
Java Spring with JPA x Postgre
Zainab-Kalief/wish-app
This is an app that allows you to make a wish by searching through products via an e-commerce API. Other users can grant your wish from the list of wishes you have made. It's built in Java Spring MVC framework that uses MySQL alongside an Express server to make RESTful API calls to return a list of products based on user's search.
Zainab-Kalief/wish-app-API-server
This is a server built for an app that allows you to make a wish by searching through products via an e-commerce API. It’s an express server used to make RESTful API calls to an e-commerce API after a request is being made from the main app built with a Java server.