Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
12 changes: 12 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
import './App.css';

/**
* Root React component that renders the application's static UI.
*

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dd

* 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 (
<div className="App">
Expand Down