Skip to content

우리 동네 운동 커뮤니티 앱 서비스 - 2024년 국민체육진흥공단 공공데이터 활용 경진대회 수상작[장려상]

Notifications You must be signed in to change notification settings

TUK-SPORTIFY/sportify-frontend

Repository files navigation

Service Link

https://sportify.co.kr

2024년 국민체육진흥공단 공공데이터활용 경진대회 수상작 [장려상 4위]

1 (1) 20 28 31 32 33 34 35

개발 기간

11/4 ~ 12/8

Architecture

25

Team

이름 송해찬 구지혜 최성현 김희찬
역할 Backend
DevOps
Frontend Backend Design
Frontend
GitHub

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default tseslint.config({
  languageOptions: {
    // other options...
    parserOptions: {
      project: ['./tsconfig.node.json', './tsconfig.app.json'],
      tsconfigRootDir: import.meta.dirname,
    },
  },
})
  • Replace tseslint.configs.recommended to tseslint.configs.recommendedTypeChecked or tseslint.configs.strictTypeChecked
  • Optionally add ...tseslint.configs.stylisticTypeChecked
  • Install eslint-plugin-react and update the config:
// eslint.config.js
import react from 'eslint-plugin-react'

export default tseslint.config({
  // Set the react version
  settings: { react: { version: '18.3' } },
  plugins: {
    // Add the react plugin
    react,
  },
  rules: {
    // other rules...
    // Enable its recommended rules
    ...react.configs.recommended.rules,
    ...react.configs['jsx-runtime'].rules,
  },
})

About

우리 동네 운동 커뮤니티 앱 서비스 - 2024년 국민체육진흥공단 공공데이터 활용 경진대회 수상작[장려상]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •