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.
https://github.com/jglchen/react-app-demo
docker js react-native reactjs
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/jglchen/react-app-demo
- Owner: jglchen
- Created: 2023-01-01T06:37:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T13:05:56.000Z (about 2 years ago)
- Last Synced: 2025-12-31T01:59:36.800Z (6 months ago)
- Topics: docker, js, react-native, reactjs
- Language: CSS
- Homepage: https://react-app-demo-coral.vercel.app
- Size: 713 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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. 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](https://expo.dev/@jglchen/react-app-demo) with [Expo Go](https://expo.dev/client) app.
### [View the App](https://react-app-demo-coral.vercel.app)
### [App GitHub](https://github.com/jglchen/react-app-demo)
### Docker: docker run -p 3000:3000 jglchen/react-app-demo
### [React Native Expo Publish](https://expo.dev/@jglchen/react-app-demo)
### [React Native GitHub](https://github.com/jglchen/react-app-demo-mobile)