Code Monkey home page Code Monkey logo

memory's Introduction

Memory

사람들은 저마다의 기억과 기록을 남기며 살아갑니다.

✔️ Tasks

  • 햄버거 아이콘 및 로고를 포함한 헤더를 만든다.
  • Google Map API를 사용하여 헤더 아래에 지도로 화면 전체를 채운다.
  • 지도를 특정 좌표를 클릭하면 마커가 표시된다.
  • Firebase의 firestore DB를 연결한다.
  • 표시된 마커의 좌표를 Firestore DB에 저장한다.
  • 지도의 특정 좌표를 클릭하면 기록 생성 모달이 나타난다.
  • 기록 생성 모달에는 제목, 설명, 사진 및 영상 등을 기록할 수 있다.
  • 저장하기 버튼을 누르면 해당 위치의 마커가 저장된다.
  • 저장된 마커를 클릭하면 기록했던 내용을 다시 볼 수 있으며, 수정이 가능하다.
  • 지도의 확대/축소에 따라 주변의 마커가 하나로 합쳐지거나, 나눠서 보여진다.

Features I'd like to add

  • 날짜 별 마커 조회 기능
  • 소비 금액 기록 기능
  • 소비 금액 분석 기능

👥 Made By

최형욱
ctdlog

🔍 사용한 패키지와 버전

"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "12.3.1",
"@emotion/react": "^11.10.4",
"firebase": "9.13.0",
"graphql": "^16.6.0"
"typescript": "^4.9.4",
"axios": "^1.1.3",

⚙️ 프로젝트 실행 방법

1. git clone
2. yarn
3. yarn install
4. yarn dev

🔒 env

# Firebase firestore
NEXT_PUBLIC_API_KEY=...
NEXT_PUBLIC_AUTH_DOMAIN=...
NEXT_PUBLIC_PROJECT_ID=...
NEXT_PUBLIC_STORAGE_BUCKET=...
NEXT_PUBLIC_MESSAGING_SENDER_ID=...
NEXT_PUBLIC_APP_ID=...
NEXT_PUBLIC_MEASUREMENT_ID=...

# Google Maps API
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=...

memory's People

Contributors

w00khyung 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.