React Gallery App
Front-End - - 2021TECHNOLOGIES
The React gallery app is an image gallery app built in a modular fashion to display 24 images in a page using Axios to fetch data from the Flickr API. The gallery app has a search component to display searched images, and the searched text is added to the route. There are 3 default displayed topics that are already setup using React Router.
VisitVue E-commerce Practice
Front-End - - 2021TECHNOLOGIES
This project is a practice e-commerce frontend application built with Vue.js. It simulates a simple online shopping experience, including product listings, product detail pages, and a shopping cart feature. The goal of the project is to practice Vue components, routing, and state management, while exploring how to structure and build a responsive, interactive e-commerce web app.
VisitASYNCHRONOUS JS PROJECT
Front-End - - 2021TECHNOLOGIES
The mini project produces a webpage when click the 'view all the people' button. It shows astronauts info utilizing Asynchronous function with five solutions: Async-Await, Fetch, xhr with plane promise, xhr with callback, xhr without callback.
VisitPUBLIC API REQUESTS
Front-End - - 2021TECHNOLOGIES
Created an employee directory by communicating with a third-party API (Application Programming Interface) to display a specific number details.
VisitAJAX BASIC MINI PROJECT
Front-End - - 2021TECHNOLOGIES
This mini project is an Ajax-basics practice, it is run on the localhost environment deployed by XAMPP. All the files are on the server server. The web app deployed by JS vanilla shows the company's employee status and availability of the meeting room. It is quite basic. The Final Result shows as follows😉:
VisitFETCH API DOG BREED WEB APP
Front-End - - 2021TECHNOLOGIES
Data Filter and Pagnition
Front-End - - 2021TECHNOLOGIES
The pagination and filtering of a list of at least 42 students to show 9 students per page, each paginated link is to display another set of 9 students. A search Function is included.
VisitDRUM KIT PLAY
Front-End - - 2021TECHNOLOGIES
A small project that visitors can play the sound of specific instrument by clicking the img or by hitting corresponding key in the keyboard.
VisitA RANDOM QUOTE GENERATOR
Front-End - - 2021TECHNOLOGIES
SIMPLE DICEE ROLL
Front-End - - 2021TECHNOLOGIES
TINDOG STATIC WEB PAGE
Front-End - - 2021TECHNOLOGIES
EXPRESS DEPLOYTED BMI CALCULATOR
Back-End - - 2021TECHNOLOGIES
The BMI Calculator uses Express toolkit (based on Node. js) to deploy a web app calculating the adult BMI index through input human weight and height.
VisitEXPRESS DEPLOYED WEATHER FETCH APP
Back-End - - 2021TECHNOLOGIES
The Express Deployed Weather Fetch APP utilizes the data of Open Weather API as raw material. It first presents a web page where users could input the latitude and longitude of a location, and then the realtime weather condition in the moment as well as that in the next 7 days will be loaded.
VisitEXPRESS DEPLOYED NEWSLETTER SIGNUP PAGE
Back-End - - 2021TECHNOLOGIES
The project is deployed by Node.js and hosted by Heroku. It mainly uses the Express library in node. The backend also takes advantage of MailChimp API which is used to store and manage subscriber's info. As you can see in display, after user submits the form, all the infomation flow to the MailChimp, and you can check out users' email, name and country there!
VisitMONGOOSE TO DO LIST APP
Back-End - - 2021TECHNOLOGIES
It's a to-do-list app. New task items could be set up by clicking the '+' button and removed after the checkbox is checked. The customized task lists can be accessed through input params such as 'chores' or 'work' into url path, every single type-in will generate a relative customized task list.
VisitMONGOOSE DAILY JOURNAL APP
Back-End - - 2021TECHNOLOGIES
The Express and Mongoose Deployed Daily Journal Web APP contains the function of publishing, storing and deleting daily journals.
VisitNODEJS AUTHENTICATION: SECRETS
Back-End - - 2021TECHNOLOGIES
A website utilise different authentication stategy in Node.js to register user, and finally they could publish their secrets there.
VisitXIAOTONG'S PORTFOLIO SITE
Back-End - - 2021TECHNOLOGIES