Giter Site home page Giter Site logo

meong-find's Introduction

meong-Find

프로젝트 소개

반려동물 1500만 시대, 반려견에 대한 실종 제보와 도움을 청할 곳은 없는 상황

이러한 실종된 반려동물을 보고 신고하거나 도움이 필요한 주인들에게 소식을 알려 강아지가 주인의 품으로 돌아갈 수 있도록 만든 서비스입니다.

기술 스택

use-case

image

지원기능

  1. 로그인
  2. 회원가입
  3. 글 등록
  4. 글 수정/삭제
  5. 댓글 등록
  6. 댓글 수정/삭제
  7. 검색
  8. 채팅

스토리보드

  • 메인 페이지

image

  • 글 상세 페이지

image

  • 글 등록

image

  • 마이페이지

  • 회원가입

  • 로그인

image

mock data

export const users = [
  {
    id: 'asdfasdf',
    email: '[email protected]',
    password: '12345678',
    city: 'seoul',
    district: 'gangnam-gu',
    nickname: 'mingmangdi',
  },
];

export const posts = [
  {
    id: 'asdfdsa',
    userId: 'asdfasdf',
    createdAt: '2021-01-10',
    images: ['url', 'url'],
    title: '밍망디 개 찾아요',
    animal: 'dog',
    type: 'siba',
    content: '집나간 강아지를 찾습니다',
    city: 'gyeonggi-do',
    district: 'namyangjoo',
    comments: ['afsd', 'sadf'],
  },
];

export const comments = [
  {
    id: 'asdfasfd',
    postId: 'dasfas',
    userId: 'fsdfsd',
    createdAt: '2021-01-10',
    content: 'hi',
  },
];

meong-find's People

Contributors

ywc8851 avatar h-sick avatar sians5544 avatar mei-zy 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.