npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

wedding-invitation

v0.0.0

Published

![demo1.gif](demo1.gif)

Downloads

4

Readme

💌 Mobile Wedding Invitation 💌

demo1.gif

이 프로젝트는 모바일 청첩장 입니다.

React와 Typescript를 기반으로 개발되었으며, Vite를 사용하여 빠르고 간편한 개발 환경을 제공합니다.

eslint와 prettier를 적용했고, emotion/styled를 활용하여 스타일링을 헸습니다.

갤러리는 react-photoswipe-gallery, 지도는 react-naver-maps 를 사용했습니다.

demo2.gif

js-confetti를 이용하여 귀여운 컨페티 기능을 넣었습니다.

프로젝트 설치 및 실행 방법

  1. 저장소를 클론합니다.
git clone https://github.com/your-username/mobile-wedding-invitation.git
  1. 프로젝트 폴더로 이동합니다.
cd mobile-wedding-invitation
  1. 필요한 의존성을 설치합니다.
npm install
  1. (필수) .env.sample 파일의 이름을 .env으로 바꾸고, VITE_APP_NAVERMAPS_CLIENT_ID에 Naver Cloud에서 발급 받은 client_id로 채웁니다. client_idNAVER CLOUD PLATFORM 에서 어플리케이션 등록 후 발급받을 수 있습니다.
  2. (선택) likes와 방명록 기능 사용을 원한다면 Firebase 설정이 필요합니다. src/firebase.ts 파일에 Firebase SDK를 설정합니다. Firebase 문서를 참고하여 SDK를 설정할 수 있습니다.
  3. 사용자 정의가 필요한 파일들을 수정합니다. (아래의 체크리스트 참고)
  4. 애플리케이션을 실행합니다.
npm run dev

커스텀 체크리스트

  • [ ] src/data.json 청첩장에 들어갈 정보를 수정합니다.
  • [ ] index.html 파비콘, title, og tag에 쓰일 meta tag 등을 수정합니다.
  • [ ] public/thumbnail.jpg 썸네일 사진을 수정합니다.
  • [ ] src/layout/Gallery/PhotoGallery.tsx 사용할 사진들에 맞게 사진 사이즈를 수정합니다.
  • [ ] .env VITE_APP_NAVERMAPS_CLIENT_ID=client_id 입력이 필요합니다.
  • [ ] (선택) src/firebase.ts likes, 방명록을 사용한다면 firebase sdk 설정이 필요합니다.
  • [ ] (선택) src/data.json 혼주 계좌번호 작성시 kakaopayAccount, tossAccount 항목을 이용해 카카오페이나 토스 링크를 추가할 수 있습니다.

참고 자료

이 프로젝트는 MIT 라이센스에 따라 배포됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.