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
- Host: GitHub
- URL: https://github.com/jglchen/projects-jglchen
- Owner: jglchen
- Created: 2024-03-02T07:09:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T11:57:00.000Z (about 2 years ago)
- Last Synced: 2026-01-03T12:23:55.113Z (5 months ago)
- Topics: contentlayer, docker, firebase, firestore-database, javascript, multilanguage-support, nextjs, nodejs, reactjs, tailwindcss, themes, typescript
- Language: TypeScript
- Homepage: https://projects-jglchen.vercel.app/
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)