Giter Site home page Giter Site logo

I'm a Full-Stack web developer and aspiring Software Developer. You'll find web dev, app dev, and game dev projects in here. You'll also find notes & codes for intro level courses such as Data Structures and Algorithms and Machine Learning. Hope you enjoy my little programming world! :)

Sarah Zaman's Projects

2048 icon 2048

That 2048 game we used to play when we were kids? Mostly made it to practice simple Data Structures. I used multiple arrays, arraylists and linkedlists throughout my code.

bmi_calculator icon bmi_calculator

Flutter is a revolutionary addition to mobile app development! It helps create apps for both android and iOS. This app helps with keeping tabs on your health.

businesscard-flutter icon businesscard-flutter

First Flutter Project that displays my business card. Will add functions to exchange cards. Mobile App Development.

checkers- icon checkers-

Implementation of Minimax, minimax with Heuristics and alphabeta in the checkers game

csschallenge icon csschallenge

This repository contains files for the CSS Challenge organized by CSUG

filmbook icon filmbook

This is an app for movie enthusiasts. It uses the api from moviedb.org to show the current movies being played in theatres. The user has the option to make a personal profile with their user name, favourite movie, and favourite genre (as a picker) and all these information is save with user default. The app also has a i icon to show the app information. The app has a view controller that lets the user have a movie selected for them randomly that they can watch.

imagereplacer icon imagereplacer

Just a chrome extension that shows the accurate results in the image section of google when you search for "cutest programmer alive"

me icon me

This is the code implementation for the blog 'How to create your portfolio website in React.js'

pipboy icon pipboy

I learned HTML, CSS, JavaScript, JQuery and Bootstrap 4 in quarantine and decided to make a web page for Pipboy from fallout 4!! It's still a work in progress but I'm proud of how it looks!

pong icon pong

A game of pong made with Java Graphics

school-map-with-djikstra icon school-map-with-djikstra

The code takes the text file and uses it to create a graph that has vertices and edges. The pathways are the edges and the vertices are the locations. It uses DijkstraÕs algorithm to calculate the shortest path from one point to another, the two points being given by the user. This graph is then rendered on a JFrame and the shortest path is given in pink. Drawing the map takes O(|E|) --> O(|V|^2). This is because for every node in the list of vertices in the graph, drawing the x and y coordinates using longitudinal and latitudinal information takes O(1). Further, for each node in the adjacency list of this node, we calculate the x and y coordinates and draw a line that connects the need with its neighbouring nodes O(|E|/|V|).

snake-game icon snake-game

Cabin fever - trying to make as many games as possible. Remember that snake game we used to play 24/7 in our parents' Nokia phone in the 2000s? Major nostalgic flashback.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.