Compare commits

..

3 Commits

Author SHA1 Message Date
laktionov-as 56788f23d6 add commit 2026-06-18 16:57:51 +03:00
laktionov-as ac00619fa6 first commit 2026-06-18 16:57:27 +03:00
laktionov-as 93b5b8dd85 Initial commit 2026-05-28 17:25:27 +00:00
14 changed files with 619 additions and 521 deletions
+18
View File
@@ -0,0 +1,18 @@
MIT License
Copyright (c) 2026 laktionov-as
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
+9 -13
View File
@@ -2,11 +2,17 @@ import js from '@eslint/js'
import globals from 'globals'
import reactHooks from 'eslint-plugin-react-hooks'
import reactRefresh from 'eslint-plugin-react-refresh'
import { defineConfig, globalIgnores } from 'eslint/config'
export default [
{ ignores: ['dist'] },
export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{js,jsx}'],
extends: [
js.configs.recommended,
reactHooks.configs['recommended-latest'],
reactRefresh.configs.vite,
],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
@@ -16,18 +22,8 @@ export default [
sourceType: 'module',
},
},
plugins: {
'react-hooks': reactHooks,
'react-refresh': reactRefresh,
},
rules: {
...js.configs.recommended.rules,
...reactHooks.configs.recommended.rules,
'no-unused-vars': ['error', { varsIgnorePattern: '^[A-Z_]' }],
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
},
]
])
+1 -1
View File
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
+435 -440
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -1,5 +1,5 @@
{
"name": "store-client",
"name": "router-middleware-practice",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -12,17 +12,17 @@
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-intl": "^10.1.13"
"react-router-dom": "^7.7.1"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.5"
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"vite": "^7.0.4"
}
}
+25 -22
View File
@@ -1,30 +1,33 @@
import { IntlProvider,
FormattedMessage,
FormattedNumber,
FormattedDate,
FormattedTime,
FormattedDateTimeRange } from 'react-intl'
import messageRu from './translations/ru.json'
import messageEn from './translations/en.json'
import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'
function App() {
const locale = 'ru';
const messages = messageEn;
const [count, setCount] = useState(0)
return (
<>
<IntlProvider locale={locale} messages={messages}>
<h1><FormattedMessage id='app.welcome' /></h1>
<h2><FormattedMessage id='app.userGreeting' values={{ name: <u>Alex</u> }} /></h2>
<p><FormattedMessage id='app.notifications' values= {{count: 25}} /></p>
<p><FormattedMessage id='app.lastLogin' values={{ date: new Date(), time: new Date()}} /></p>
<p><FormattedNumber value={ 999.99 } style='currency' currency='RUB' /></p>
<p><FormattedNumber value={0.56} style='percent' /></p>
<p><FormattedNumber value={1234.567} minimumFractionDigits={2} maximumFractionDigits={2} /></p>
<p><FormattedDate value={new Date()} weekday='long' /></p>
<p><FormattedTime value={new Date()} hour='2-digit' minute='2-digit' second='2-digit' /></p>
<p><FormattedDateTimeRange from={new Date(2026,6,1,10,0)} to={new Date(2026,6,10,9,0)} /></p>
</IntlProvider>
<div>
<a href="https://vite.dev" target="_blank">
<img src={viteLogo} className="logo" alt="Vite logo" />
</a>
<a href="https://react.dev" target="_blank">
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
</div>
<h1>Vite + React</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
count is {count}
</button>
<p>
Edit <code>src/App.jsx</code> and save to test HMR
</p>
</div>
<p className="read-the-docs">
Click on the Vite and React logos to learn more
</p>
</>
)
}
+26
View File
@@ -0,0 +1,26 @@
import { redirect } from 'react-router-dom'
// Проверка авторизации
export function requireAuth() {
const isAuthenticated = localStorage.getItem('auth') === 'true'
if (!isAuthenticated) {
return redirect('/login')
}
return null
}
// Проверка авторизации и роли
export function requireAdmin() {
const isAuthenticated = localStorage.getItem('auth') === 'true'
const role = localStorage.getItem('role')
if (!isAuthenticated) {
return redirect('/login')
}
if (role !== 'admin') {
return redirect('/dashboard') // если авторизован, но не админ — на общую панель
}
return null
}
+8 -8
View File
@@ -1,10 +1,10 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
// удаляем import './index.css'
import App from './App.jsx'
import React from 'react'
import ReactDOM from 'react-dom/client'
import { RouterProvider } from 'react-router-dom'
import router from './routes'
createRoot(document.getElementById('root')).render(
<StrictMode>
<App />
</StrictMode>
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<RouterProvider router={router} />
</React.StrictMode>
)
+10
View File
@@ -0,0 +1,10 @@
import React from 'react'
export default function Admin() {
return (
<div>
<h1>Админ-панель</h1>
<p>Доступ разрешён только администраторам.</p>
</div>
)
}
+10
View File
@@ -0,0 +1,10 @@
import React from 'react'
export default function Dashboard() {
return (
<div>
<h1>Панель пользователя</h1>
<p>Вы вошли как обычный пользователь или администратор.</p>
</div>
)
}
+28
View File
@@ -0,0 +1,28 @@
import React, { useState } from 'react'
import { useNavigate } from 'react-router-dom'
export default function Login() {
const [role, setRole] = useState('user')
const navigate = useNavigate()
const handleLogin = () => {
localStorage.setItem('auth', 'true')
localStorage.setItem('role', role)
navigate('/dashboard')
}
return (
<div>
<h1>Вход</h1>
<label>
Роль:
<select value={role} onChange={e => setRole(e.target.value)}>
<option value='user'>Обычный пользователь</option>
<option value='admin'>Администратор</option>
</select>
</label>
<br />
<button onClick={handleLogin}>Войти</button>
</div>
)
}
+24
View File
@@ -0,0 +1,24 @@
import { createBrowserRouter } from 'react-router-dom'
import Login from './pages/Login'
import Dashboard from './pages/Dashboard'
import Admin from './pages/Admin'
import { requireAuth, requireAdmin } from './auth'
const router = createBrowserRouter([
{
path: '/login',
element: <Login />,
},
{
path: '/dashboard',
element: <Dashboard />,
loader: requireAuth,
},
{
path: '/admin',
element: <Admin />,
loader: requireAdmin,
},
])
export default router
-6
View File
@@ -1,6 +0,0 @@
{
"app.welcome": "welcome to React application",
"app.userGreeting": "Hello, {name}",
"app.notifications": "You have {count, plural, one {# a notification} few {# are notifications} many {# уведомлений} other {# уведомления}}",
"app.lastLogin": "Last login was {date,date,long} in {time,time,short}"
}
-6
View File
@@ -1,6 +0,0 @@
{
"app.welcome": "добро пожаловать в приложение React",
"app.userGreeting": "Здравствуйте, {name}",
"app.notifications": "У вас {count, plural, one {# уведомление} few {# уведомления} many {# уведомлений} other {# уведомления}}",
"app.lastLogin": "Последний вход был {date,date,long} в {time,time,short}"
}