my app code

Textform.js import React,{useState} from ‘react’ export default function TextForm( props) {      const handelUpClick = () =>{         console.log(“uppercase was clicked” +text);         let newText=text.toUpperCase();         setText(newText)          }          const handelLoClick = () =>{        Continue reading “my app code”

Design a site like this with WordPress.com
Get started