Giter Club home page Giter Club logo

jtm-fe's Introduction

별말, 씀

Introduce

서비스 기간 2022.09.02. ~ 2022.09.22.
현재 서비스 종료
별말, 씀은 모바일 웹 기반 애플리케이션으로 롤링페이퍼를 작성해 서로 하말고 싶은 메세지를 주고 받을 수 있는 애플리케이션입니다.
노션 페이지 - https://www.notion.so/6435598d99634b4d88de9983ea12df43

예시 영상

how to run project

  1. git clone https://github.com/pullingoff/jtm-fe.git : 깃허브 저장소 클론
  2. yarn install : package.json 기반으로 파일 의존성 설치
    • node version : 16
  3. yarn start: tsc-watch가 .ts를 .js로 컴파일한 후 변환에 모두 성공하면 react-script start
  4. 추후 repo 에 내용이 업데이트 되면
    • git pull
    • npm run start

라이브러리 부가설명

  • tsc-watch: ts 파일이 변경되는 걸 감시하면서 내용이 바뀔 때마다 js로 변환

  • node-sass: .scss를 사용하기 위해 필요

  • styled-component: CSS in JS, 재사용하기 편한 styled 컴포넌트를 만듦

  • npm i -D typescript @babel/core @babel/preset-env @babel/preset-typescript @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint prettier eslint-plugin-prettier: eslint를 사용할 때 install 해줘야 하는 목록들


로그인 저장 정보

email: '[email protected]', password: '12345678',

  • 로그인 성공 시 저장하는 정보
  1. localStorage
currentUser {
   id(idToken), 
   userName(닉네임),
   email
}
  1. authContext (useContext로 사용가능)
user {
   userName,
   email
}, 
token

jtm-fe's People

Contributors

pullingoff avatar yeseul-0w0 avatar bokumbob avatar superkingyj avatar

Watchers

 avatar

jtm-fe's Issues

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.