diff --git a/.eslintignore b/.eslintignore index 7d5b7a94f4d..c02605c9897 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,10 @@ /build /node_modules +node_modules +dist +build +reports +cypress +cypress.config.ts +eslint.config.js +phone_catalog diff --git a/index.html b/index.html index 095fb3a4537..efc00422262 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,16 @@
+ + + + -
+ Edit src/App.tsx and save to test HMR
+
+ Click on the Vite and React logos to learn more +
+ > + ) +} + +export default App diff --git a/phone_catalog/src/assets/react.svg b/phone_catalog/src/assets/react.svg new file mode 100644 index 00000000000..6c87de9bb33 --- /dev/null +++ b/phone_catalog/src/assets/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/phone_catalog/src/index.css b/phone_catalog/src/index.css new file mode 100644 index 00000000000..08a3ac9e1e5 --- /dev/null +++ b/phone_catalog/src/index.css @@ -0,0 +1,68 @@ +:root { + font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; + line-height: 1.5; + font-weight: 400; + + color-scheme: light dark; + color: rgba(255, 255, 255, 0.87); + background-color: #242424; + + font-synthesis: none; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +a { + font-weight: 500; + color: #646cff; + text-decoration: inherit; +} +a:hover { + color: #535bf2; +} + +body { + margin: 0; + display: flex; + place-items: center; + min-width: 320px; + min-height: 100vh; +} + +h1 { + font-size: 3.2em; + line-height: 1.1; +} + +button { + border-radius: 8px; + border: 1px solid transparent; + padding: 0.6em 1.2em; + font-size: 1em; + font-weight: 500; + font-family: inherit; + background-color: #1a1a1a; + cursor: pointer; + transition: border-color 0.25s; +} +button:hover { + border-color: #646cff; +} +button:focus, +button:focus-visible { + outline: 4px auto -webkit-focus-ring-color; +} + +@media (prefers-color-scheme: light) { + :root { + color: #213547; + background-color: #ffffff; + } + a:hover { + color: #747bff; + } + button { + background-color: #f9f9f9; + } +} diff --git a/phone_catalog/src/main.tsx b/phone_catalog/src/main.tsx new file mode 100644 index 00000000000..bef5202a32c --- /dev/null +++ b/phone_catalog/src/main.tsx @@ -0,0 +1,10 @@ +import { StrictMode } from 'react' +import { createRoot } from 'react-dom/client' +import './index.css' +import App from './App.tsx' + +createRoot(document.getElementById('root')!).render( +Something went wrong
+ +No category selected
; + } + + return ( ++ {totalCount} {totalCount === 1 ? 'model' : 'models'} +
+ +There are no {category} yet
+ )} +{message}
+ +{favorites.length} items
+Your favorites list is empty
+
+
+
+ {paragraph}
)} +