Skip to content

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

Notifications You must be signed in to change notification settings

jglchen/projects-jglchen

Repository files navigation

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

This is a Next.js framework site to illustrate John Chen's professional profile.

Next.js has two different routers: the App Router and the Pages Router. For this project the newly developed App Router is adopted, therefore we can use several latest features, such as server components, streaming, server actions, etc. The pages are styled with Tailwind CSS. A theme toggling mechanism is included for users to switch between the light theme and the dark theme. In addition, a bilingual selection is provided for the pages, users can freely choose either English or traditional Chinese to view.

iOS and Android mobile apps are developed with React Native, anyone who is interested can test the development builds with iOS Simulator Build and Android Internal Distribution Build. If the build storage link has expired, please go to https://projects-jglchen.vercel.app/en/contact to request build files.

Docker: docker run -p 3000:3000 jglchen/projects-jglchen