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

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

Build Applications from Website to Mobile - John Chen's Professional Profile
https://github.com/jglchen/projects-jglchen

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

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

This is a **[Next.js](https://nextjs.org/)** 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](https://expo.dev/accounts/jglchen/projects/projects-jglchen/builds/05e970e6-dfc6-434a-9a95-a9161b872a1c) and [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/projects-jglchen/builds/fe31f009-3fa3-4e57-8ecd-be1cfe2fa1e6). If the build storage link has expired, please go to [https://projects-jglchen.vercel.app/en/contact](https://projects-jglchen.vercel.app/en/contact) to request build files.

### [View the Site](https://projects-jglchen.vercel.app/)
### [App GitHub](https://github.com/jglchen/projects-jglchen)
### Docker: docker run -p 3000:3000 jglchen/projects-jglchen
### [iOS Simulator Build](https://expo.dev/accounts/jglchen/projects/projects-jglchen/builds/05e970e6-dfc6-434a-9a95-a9161b872a1c)
### [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/projects-jglchen/builds/fe31f009-3fa3-4e57-8ecd-be1cfe2fa1e6)
### [React Native GitHub](https://github.com/jglchen/react-native-projects-jglchen)