Practicing Web Development

Learning from client to server side basics

Project Overview

Personal Project

Practiced web development from client to server.

Tools

HTML, CSS, JavaScript, Node.js, React

Github Link

Client Side Basics

Momentum App

Cloning Momentum chrome extension with Vanilla JavaScript

Tabular Data

Fetching CSV data (Combined Land-Surface Air and Sea-Surface Water Temperature C°) and visualizing into graph

Where is ISS?

Fetching JSON data from API and map current longitude & latitude of ISS (International Space Station).

Server Side Basics

Data Selfie Application

Application takes a picture with Webcam and saves the image base64 to a png file. It saves image path, user comment, and location data into a database. Then it visualizes the data at a new web page.