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

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.

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)