Giter Site home page Giter Site logo

react-khu-date-app's Introduction

This project was bootstrapped with Create React App.

KyungHee Date App

Deploy

  • with ...

Project Architecture Diagram



Project ProtoType



with Firebase !!


절대 경로 적용

'src' 디렉토리 하위에 있는 폴더를 기준으로 타고 들어감

  • 장점
    • 코드가 깔끔해지고 경로를 알아보기 쉬워짐
    • 파일을 다른 디렉토리로 옮기더라도 import한 파일들의 경로가 깨지지 않음
/* 상대 경로 */
import TextInput from '../../components/modules/TextInput';

/* 절대 경로 */
import TextInput from '@/components/modules/TextInput';

eslint 및 prettier 적용

airbnb를 기준으로 몇 가지 커스텀 작업을 하였음.

설정법 및 Extension 세팅은 Velopert Blog 참고

VSCode 사용시 다음 익스텐션 반드시 설치

Contributors

  • KyungHee Univ. 김한빈
  • KyungHee Univ. 최원석

react-khu-date-app's People

Contributors

hanbin9775 avatar leon-dunamu avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.