John Chen

Build Applications from Website to Mobile

A React App to Demonstrate Interactive Functionality

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.

View the App | GitHub | Expo Publish | GitHub(Mobile)

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. Users can freely add characters to the table, then they can remove any character from the table or edit any specific data record.

iOS and Android mobile apps are also delivered. The apps are developed with React Native, anyone who is interested can test the apps through the Expo Publish Link as above with Expo Go app.

Docker: docker run -p 3000:3000 jglchen/react-app-demo

Screenshot of the Website AppScreenshot of the Mobile App