Git Product home page Git Product logo

todomate's Introduction

Todo mate with comment

개발하게 된 배경

  • 친구들과 todo 리스트를 공유하면서 하루에 할 일들을 적어두고 완료하는 것을 목적으로 둔다
  • 각 todo 마다 댓글을 달거나 이모지를 남길 수 있게 한다
  • 스터디를 같이 하거나 프로젝트를 진행할 때 매일매일 해야 할 일들을 서로 확인 할 수 있다

기능

  • 사용자 인증: 로그인, 로그아웃, 회원가입 (구글 OAuth)
  • todo 리스트 작성
  • todo의 카테고리 생성
  • 다른 사람의 todo에 댓글 남기기
  • 날짜 보이기 : 월별, 주별 날짜 확인
  • 사용자 팔로우 기능

요구사항 분석

  • 사용자에게 회원 가입 기능을 제공 - 구글 Auth, 기본 회원가입 제공
  • 사용자에게 자신의 정보를 수정할 수 있게 한다
  • 사용자에게 회원 가입 시 아이디, 닉네임, 비밀번호, 이메일을 요구한다
  • 사용자에게 todo 리스트를 날짜별로 추가할 수 있게 한다.
  • 사용자에게 다른 사람의 todo에 댓글을 달 수 있게 한다
  • 사용자에게 월별, 주별 달력으로 todo를 확인할 수 있게 한다.
  • 날짜를 선택하면 해당 사용자에 대한 todo 리스트를 보여준다

추가 기능

  • 사용자가 회원 가입 시 본인 인증을 위해 이메일로 인증 번호를 보내서 인증 받는다. (not now)

DB 설계

User

  • 아이디
  • 이름
  • 닉네임
  • 비밀번호
  • 그룹(ref)

todomate's People

Contributors

nowgnas avatar

Watchers

 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.