Giter Site home page Giter Site logo

Andy Nguyen's Projects

css-assignment icon css-assignment

CSS Assignment for Coding Dojo. Given an image of a webpage, I recreated the page using HTML and CSS.

css-assignment-2 icon css-assignment-2

CSS assignment for Coding Dojo. Given an image of a webpage, I recreated the page using HTML and CSS.

dotnet-ng-cyclist icon dotnet-ng-cyclist

Meet Cyclists - Social connection and live messaging app for cyclists. Built with Angular, ASP.NET Core, C#, Entity Framework Core, NGX-Bootstrap, PostgreSQL, and SignalR. Deployed on Heroku....Based on the dating app built alongside Udemy's course on how to build a web app using ASP.NET Core and Angular.

dotnet-ng-dating-app icon dotnet-ng-dating-app

Dating App built alongside Udemy's course titled "Build an app with ASPNET Core and Angular from scratch"

java-basic-calculator icon java-basic-calculator

Create the Calculator bean that will allow for the user to set operands and operations, then perform them and get the results. Have logic for adding and subtracting.

java-spring-display-date-jstl icon java-spring-display-date-jstl

Make two templates for the front-end: one to display the current date, and one to display the current time. Use the JSTL library to format the date.

java-spring-dojo-survey-assignment icon java-spring-dojo-survey-assignment

Build a form to submit post information to your server, and then render that information on a results page so you can survey your friends on their favorite languages! No database. Just session for now.

java-spring-ninja-gold-game icon java-spring-ninja-gold-game

Minigame created with Java and Spring that allows the user to earn points based on a location that they "visit". All activity is stored in session and is displayed in an activities log. The user clears session in order to start a new game.

java-spring-route-assignment icon java-spring-route-assignment

Practice routes in Spring Boot. The goal is to master writing method level @RequestMapping annotations and @RequestMapping class level annotation

java-spring-session-counter icon java-spring-session-counter

Keep track of how many times the same visitor visits the root route. Create two pages, one that will show you how many times someone has visited the other.

javascript-api-basic-trivia icon javascript-api-basic-trivia

Used an open trivia API to build a basic trivia game. 20 random questions from the API are generated when the page loads. Used jQuery to manipulate the DOM in order to display the questions in the HTML. Will later implement advanced features to improve the UI and game mechanics.

javascript-api-game-of-thrones icon javascript-api-game-of-thrones

Uses the game of thrones API to display information on the four houses. When a user clicks an image of the house, the DOM is manipulated to display the house details pulled from the API. Meant to demonstrate understanding of APIs, asynchronous code, callbacks, and DOM manipulation.

javascript-express-counter icon javascript-express-counter

An Express application that counts the number of times the roote route ('/') has been viewed by the user. Demonstrates understanding of session in Express.

javascript-express-great-number-game icon javascript-express-great-number-game

When the user loads the page, it creates a random number between 1-100 and stores the number in session. The user can guess at the number and tell them when they are too high or too low. They are notified when they guess the correct number and can reset the game. Similar app in my repo is written in Python.

javascript-express-survey-form icon javascript-express-survey-form

Basic survey form using express (no database). User submits form via post. Post results are processed and then displayed on a new page.

javascript-github-api icon javascript-github-api

Uses jquery to send a GET AJAX request to the github user api. When the button is clicked, it sends an API request to the GitHub API and will display my username in a tag below the button via DOM manipulation.

javascript-node-math-module icon javascript-node-math-module

Example of requiring a module within a different js file. Created basic math functions within mathlib.js and imported them into app.js using the require method.

javascript-node-server-cars-cats icon javascript-node-server-cars-cats

Created a small node server capable of handling certain request URLs, including CSS and images. App displays a few images of cars and cats. Meant to demonstrate familiarity with node js servers and routing.

javascript-objects-card-deck icon javascript-objects-card-deck

Creates a full deck of cards with a Card class, Deck class, and Player class. Currently displayed using the browser's console. Cards have a suit, string value, and numerical value. Cards also have a "show" method (which logs the card's information to the console). The Deck has "shuffle", "reset" and "deal" methods. The Player has a hand that they built using the deck.deal method. Player can also discard a Card.

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.