Create shopping list that gets and toggles items

This commit is contained in:
2023-02-04 15:58:53 +01:00
parent d782db8818
commit 5c6b0da5a1
13 changed files with 218 additions and 89 deletions

View File

@@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Simple shopping list created in React"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Shopping List</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>