An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by jglchen

A curated list of projects in awesome lists by jglchen .

https://github.com/jglchen/nextjs-socket-chat

A real-time chat application built with Next.js using Socket.IO for demonstrations.

docker nextjs socket-io typescript

Last synced: 12 Apr 2025

https://github.com/jglchen/react-native-web-scrape

This mobile app is considered the mobile version of Web Scraping Demonstrations to demonstrate web scraping cases and my expertise in web scraping.

expo mobile react-native reactjs typescript

Last synced: 03 Oct 2025

https://github.com/jglchen/react-native-scheduler-app

The mobile version of the Appointment Scheduler Web App, which is an appointment scheduler app built with next.js for demonstrations.

expo react-native reactjs scheduler typescript

Last synced: 04 Oct 2025

https://github.com/jglchen/chirper-next-jwt

Laravel Chirper API JWT Auth with Next.js Frontend

chirp docker jwt-authentication nextjs nodejs reactjs typescript

Last synced: 10 Apr 2026

https://github.com/jglchen/user-next-jwt

Laravel API JWT Auth - Next.js Frontend

docker nextjs reactjs typescript

Last synced: 28 Apr 2025

https://github.com/jglchen/firebase-realtime-chat

A real-time chat application with Next.js using Firebase Cloud Messaging.

docker firebase firebase-cloud-messaging nextjs reactjs typescript

Last synced: 11 Apr 2026

https://github.com/jglchen/hackernews-nextjs-graphql-sse

A Hackernews clone site built with next.js implementing GraphQL APIs, for which Apollo Client is adopted in the frontend and GraphQL Yoga in the backend server. Full functionality of the GraphQL server, including queries, mutations, and subscriptions, is implemented in this app.

apollo-client docker graphql nextjs reactjs typescript

Last synced: 12 Apr 2026

https://github.com/jglchen/nextjs-projects

A Brief Introduction of John Chen, a full-stack software developer. This site illustrates the side projects of John Chen for publicity to show up his technical capabilities and interests.

docker nextjs nodejs typescript

Last synced: 04 Apr 2026

https://github.com/jglchen/react-native-meal-delivery

The mobile version of the Meal Delivery App, a semi-commercial meal-delivery app for demonstrations.

expo firestore react-native reactjs typescript

Last synced: 07 Apr 2026

https://github.com/jglchen/scheduler-app

An appointment scheduler app built with next.js for demonstrations.

docker firebase firestore nextjs reactjs typescript

Last synced: 05 Apr 2026

https://github.com/jglchen/react-native-nextjs-projects

The mobile version of the "Build Applications from Website to Mobile - A Sample Server-Rendered Website with Node.js"

expo react-native reactjs typescript

Last synced: 11 Apr 2026

https://github.com/jglchen/meal-delivery

a semi-commercial meal-delivery app for demonstrations

docker firebase firestore nextjs nodejs reactjs typescript

Last synced: 08 Apr 2026

https://github.com/jglchen/react-native-md-editor

This is a react native(mobile) version of React Markdown Editor, a Markdown editor app with React.js built to facilitate editing Markdown documents.

editor javascript markdown react react-native

Last synced: 08 Apr 2026

https://github.com/jglchen/react-md-editor

A Markdown editor app with React.js built to facilitate editing Markdown documents.

docker markdown reactjs

Last synced: 08 Apr 2026

https://github.com/jglchen/chirper-next-fullstack

Next.js Fullstack Emulating Laravel Chirper

chirp docker javascript nextjs nodejs prisma reactjs typescript

Last synced: 10 Apr 2026

https://github.com/jglchen/web-scrape

This is a next.js framework site to demonstrate web scraping cases and my expertise in web scraping.

cheerio docker nextjs nodejs puppeteer reactjs

Last synced: 10 Apr 2026

https://github.com/jglchen/firestore-realtime-chat

A real-time chat application with Next.js using Firebase Cloud FireStore.

chat docker firebase firebase-firestore firestore nextjs reactjs typescript

Last synced: 11 Apr 2026

https://github.com/jglchen/react-app-demo

Demonstrate an app using fundamentals of React including simple and class components, state, props, and submitting form data to add new data or update existing records.

docker js react-native reactjs

Last synced: 11 Apr 2026

https://github.com/jglchen/react-native-projects-jglchen

Mobile Version of "Build Applications from Website to Mobile - John Chen's Professional Profile"

Last synced: 03 Sep 2025

https://github.com/jglchen/chirper-laravel-next

Laravel Chirper API Token Auth Backend with Next.js Frontend

authentication chirp laravel nextjs php reactjs typescript

Last synced: 12 Apr 2026

https://github.com/jglchen/realtime-stock-next

There are many ways to achieve real-time content updates on the web. For one of them, the browser’s event source API is used to open a channel of communication between the client and the server for updates to flow from the server to the client.This demonstration is to leverage the browser EventSource API to build a real-time React application.

docker event-sourcing nextjs typescript

Last synced: 15 Apr 2026

https://github.com/jglchen/breeze-next

Laravel Breeze - Next.js Edition

docker nextjs nodejs reactjs typescript

Last synced: 16 Apr 2026

https://github.com/jglchen/jglchen.github.io

Build Applications from Website to Mobile

Last synced: 19 Mar 2026

https://github.com/jglchen/user-next-fullstack

Next.js Fullstack Emulating Laravel Breeze

docker javascript nextjs nodejs prisma reactjs typescript

Last synced: 04 Apr 2026

https://github.com/jglchen/projects-jglchen

Build Applications from Website to Mobile - John Chen's Professional Profile

contentlayer docker firebase firestore-database javascript multilanguage-support nextjs nodejs reactjs tailwindcss themes typescript

Last synced: 11 Apr 2026

https://github.com/jglchen/firestore-realtime-chat-mobile

A react native(mobile) version of Chat Applications with Cloud Firestore, a real-time chat application with Firebase Cloud FireStore.

chat firebase firestore react-native reactjs typescript

Last synced: 02 May 2026

https://github.com/jglchen/chirper-next

Laravel Chirper application/authentication kit with frontend in Next.js.

docker nextjs nodejs reactjs typescript

Last synced: 12 Apr 2026

https://github.com/jglchen/react-native-firebase-auth-email

A react native(mobile) authentication system with Firebase Email Passwordless Link using an encrypted storage to store session data.

authentication expo firebase firebase-auth react-native reactjs typescript

Last synced: 11 Apr 2026

https://github.com/jglchen/codility-solutions-javascript

My Solutions to Codility Lessons with JavaScript

javascript markdown

Last synced: 20 Jan 2026

https://github.com/jglchen/github-slideshow

A robot powered training repository :robot:

Last synced: 19 Mar 2026

https://github.com/jglchen/chirper-next-token

Laravel Chirper application/authentication kit with frontend in Next.js using tokens to access Chirper APIs.

chirp docker nextjs nodejs reactjs typescript

Last synced: 12 Apr 2026

https://github.com/jglchen/sqltest

Last synced: 01 Apr 2026

https://github.com/jglchen/getting-and-cleaning-data

Coursera Course: Getting and Cleaning Data

Last synced: 29 Apr 2026

https://github.com/jglchen/react-app-demo-mobile

Mobile version of react-app-demo. An app demonstration using fundamentals of React including simple and class components, state, props, and submitting form data to add new data or update existing records.

expo mobile react-native reactjs typescript

Last synced: 06 May 2026

https://github.com/jglchen/react-native-hackernews-apollo

A mobile app built with react native implementing GraphQL APIs, which can be considered as the mobile version of Hackernews Clone Site with GraphQL.

apollo apollo-client expo firebase firestore graphql react-native

Last synced: 09 Apr 2026

https://github.com/jglchen/react-native-firebase-auth

A react native(mobile) authentication system with Firebase using an encrypted storage to store session data.

authentication expo firebase firebase-auth react-native reactjs typescript

Last synced: 13 Apr 2026

https://github.com/jglchen/react-tutorial-demo

Demonstrate an app using fundamentals of React including simple and class components, state, props, and submitting form data.

create-react-app javascript js nodejs react

Last synced: 13 Apr 2026

https://github.com/jglchen/chirper-api-token

Laravel Chirper app/auth kit with backend by installing Laravel Breeze APIs to issue API tokens.

api api-rest breeze chirp docker laravel php

Last synced: 08 May 2026

https://github.com/jglchen/laravel-auth-jwt

Laravel JWT API Authentication

docker jwt-authentication jwt-token laravel php

Last synced: 20 Apr 2026

https://github.com/jglchen/user-next-token

Laravel Breeze - Next.js Edition (API Token)

docker nextjs reactjs typescript

Last synced: 10 Apr 2026

https://github.com/jglchen/hackernews-nextjs-apollo

A Hackernews clone site built with next.js implementing GraphQL APIs and Firebase Cloud Firestore to substitute GraphQL subscriptions.

apollo apollo-client apollo-server docker firebase firestore graphql nextjs reactjs typescript

Last synced: 13 Apr 2026

https://github.com/jglchen/firebase-auth

An authentication system with Firebase using a signed and encrypted cookie to store session data.

docker firebase firebase-auth nextjs reactjs typescript

Last synced: 10 Apr 2026

https://github.com/jglchen/firebase-auth-email

An authentication system with Firebase Email Passwordless Link using a signed and encrypted cookie to store session data.

docker firebase firebase-auth nextjs typescript useswr

Last synced: 11 Apr 2026