Pinned Repositories
ClashRoyaleDeck
React - Deck advisor for clash royale players
fighter_trainer
Simulated keyboard trainer for street fighters players
flyflower
Flyflower game for Chinese poems(飞花令)
friend-circles
Visualization of social networks
graphql-tv
A fullstack app with react, graphql and apollo
JianQi_Game
2D endless mode game
JWT
JSON Web Token Authentication with NodeJS
movie_recommender
Movie recommender using RxJS
vue_card
team member card in vue.js
webapp-hacking-notes
collect some webappp hacking methods and useful ways to defend them
xinyzhang9's Repositories
xinyzhang9/Rails_Seeks
use TDD to implement a complete project on rails
xinyzhang9/RSpec_request
Use RSpec to test the functionality of different requests on rails.
xinyzhang9/Rails_user_management
simple user management system using rails. It implements CRUD operations.
xinyzhang9/great_number_game
A simple number-guess game developed in ruby on rails
xinyzhang9/MEAN_BlackBelt
xinyzhang9/FULLMEAN_Customers_and_Orders
full MEAN app to manager customers and orders
xinyzhang9/api_1955
an api server which returns json data of people who were born in 1955. User can use new/remove in url
xinyzhang9/angular_mini_store
use angular to build a mini store to manager user and order infomation.
xinyzhang9/angular_project_players_and_teams
use angular to edit/display players,teams and their associations
xinyzhang9/modularized_mongoose_dashboard
modularized version of mongoose dashboard.
xinyzhang9/mongoose_message_board
A simple message board developed using mongoose NodeJS. It allows users to post and comment and displays all posts/comments group by posts.
xinyzhang9/mongoose_dashboard
user can create/read/update/delete animal info in the dashboard, developed using mongoose Nodejs.
xinyzhang9/EXPRESS_ChatRoom
use node.js and web socket to create a group chatroom, allow user to chat in realtime.
xinyzhang9/EXPRESS_epic_button
use node.js and web socket to create a simple game: each connected user can click the button and update the counter
xinyzhang9/cars_and_cats
use node_js to communicate with server and retrieve web contents. a customized model is used to make the server.
xinyzhang9/wording_game
Words Falling Out of the Sky! Type the words to earn points before it falls to the ground.
xinyzhang9/street_fighter
street fighter like game in javascript and html
xinyzhang9/DojoQuery
a self-created javascript library similar to jQuery
xinyzhang9/js_balls
a javascript game. generate balls inside the browser view, when two balls collide, they both disappear.
xinyzhang9/validator.js
String validation and sanitization
xinyzhang9/my_trip_app
This app integrates google directions, google geocode, uber price/time estimates, uber products, open weather api, to give user necessary information about a trip.
xinyzhang9/my_uber_app
simple app utilizing uber's api to give users price and time estimates. Built in CodingIgniter
xinyzhang9/ajax_tasks
simple tasks management system using ajax. User can create, delete, edit tasks. If the checkbox is checked, the task is disabled.
xinyzhang9/leads_search_and_pagination
simple search app on leads table in database. user can choose to view results in pagination mode. This app is using ajax.
xinyzhang9/ajax_notes
using ajax to build a simple notes system. User can create, edit or delete notes. The notes are displayed without reloading the page.
xinyzhang9/ajax_posts
simple posts application using ajax. The posts will update as soon as user adds a new post.
xinyzhang9/friends_management_system
simple system to let user manage their friends. users can add or delete friends from the user database. This was built in codingigniter.
xinyzhang9/book_review
a book-review system using codingigniter
xinyzhang9/dashboard
user dashboard project using codingigniter
xinyzhang9/survey_form
simple survey form using CodingIgnitor