Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 497 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 497 Bytes

データ管理システム

A React-based data management system with Google authentication.

Setup

  1. Clone the repository

  2. Copy .env.example to .env and add your Google OAuth Client ID

  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Access the application at http://localhost:5173/

Features

  • Google Authentication
  • Data table with sorting and filtering
  • Responsive design
  • TypeScript support