Git Product home page Git Product logo

musubi-front's Introduction

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

musubi-front's People

Contributors

jeongbaebang avatar

Watchers

James Cloos avatar  avatar

Forkers

rhkrrldud

musubi-front's Issues

기능: 회원가입 상태 관리

  • redux 모듈 파일 생성 (modules/auth/signUp.ts)
  • 액션 정의
  • 액션 생성 함수 생성
  • 초기 상태 지정
  • 상태, 액션 타입 지정
  • reducer 함수 정의
  • redux 적용

작업: API 연동

  • api 폴더 생성
  • 타입 정의 (api/auth/signUp.ts)
  • saga 생성
  • rootSaga 등록
  • signUp hook 생성
  • hook 연동
  • signUp 컴포넌트에서 hook 사용

작업: Header 컴포넌트

  • 로고 컴포넌트 생성
  • AppBar 컴포넌트 생성
  • 로그인 상태에 따른 컴포넌트 다르게 보여주기 (로그인/로그아웃)
  • UserState 컴포넌트 생성
  • message 컴포넌트 생성
  • avater 컴포넌트 생성

기능: 로그인 상태 관리

  • redux 관련 라이브러리 설치
  • redux 모듈 파일 생성 (modules/auth/signIn.ts)
  • 액션 정의
  • 액션 생성 함수 생성
  • 초기 상태 지정
  • 상태, 액션 타입 지정
  • redux 함수 정의
  • root redux 함수 적용
  • rootState 생성, 적용

작업: API 연동

  • axios 모듈 설치
  • api 폴더 생성 (api/auth/signIn.ts)
  • 타입 정의
  • redux-saga 모듈 설치
  • saga 생성
  • rootSaga 등록
  • signIn hook 생성
  • hook 연동
  • SignIn 컴포넌트에서 hook 사용

작업: 라우트 설정

  • 라우트에 필요한 모듈 확인
  • 라우트 경로 설정 (/signin)
  • 라우트 페이지 생성 (page/auth/SignIn.tsx)

작업: 로그인 상태 관리

  • 로그인 상태 관련 redux & saga 생성
  • rootReducer & rootSaga 적용
  • 로그인 상태 유지 작업
  • 로그인 & 로그아웃 라우터 적용

작업: API 연동

  • 로그인 유효성 API 생성
  • 로그아웃 API 생성
  • redux-saga 비동기 처리 작업
  • 로그아웃 hook 생성, 적용

작업: Form 컴포넌트

  • css 프레임워크 설치 확인
  • css 전역 초기화
  • css 프레임워크 번들 크기 최소화 셋팅
  • 전역 테마 설정
  • 로그인 폼 컴포넌트 만들기 (components/auth.Form.tsx)

작업: 라우트 설정

  • 라우트 경로 설정 (/)
  • 페이지 레이아웃 컴포넌트 작업
  • 라우트 페이지 생성 (components/layout/*)

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.