diff --git a/README.md b/README.md index 0b2ac5077..aed549043 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Everything you do here is contained within this one codespace. There is no repos This project was bootstrapped for you with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts - +qweqweqweq In the project directory, you can run: ### `npm start` diff --git a/src/App.js b/src/App.js index 9cbf386ad..d818d690b 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,17 @@ import './App.css'; +/** + * Root React component that renders the application's static UI. + * + * Returns a static JSX tree containing the app container and header: + * - app logo image + * - a heading paragraph with a heart icon + * - a small paragraph prompting to edit `src/App.js` + * - an inline span with the text "hello, whats yoru name? hhh" + * - a link to the React documentation + * + * @returns {JSX.Element} The rendered app UI. + */ function App() { return (