yuanxizhang.github.io


Using Axios to make API calls in React

Many web applications need to make API calls to a backend REST API server. Axios is a lightweight Promise-based HTTP client for JavaScript that is similar to the native JavaScript Fetch API.


A React Quiz App for Developers

React developers are able to create large web applications which use data that can change over time, without reloading the page. Its main goal is to be fast, simple and scalable.


The Making of a Travel Planning App

Are you passionate about travel around the world doing what you love to do? Do you like hiking, biking, diving, painting, or cooking? You can use this travel planning app to organize a group trip, keep track the best tours offers for your group, add travelers to your group, and keep a list of places each traveler wants to visit.


Build a Booking App with Rails 5.2

Want to build a new app? Let’s build a Rails app that gives users the ability to book lessons. After reading this blog post, you will know the steps to build a simple Rails app.


Building a sinatra app called Book Club Literature Log

We are going to build a book club literature log app for book lovers!