https://github.com/yunyoungsik/tinder-clone
React와 MongoDB, socket.io를 활용하여 제작한 웹 사이트입니다.
https://github.com/yunyoungsik/tinder-clone
axios mongodb react socket-io tailwindcss zustand
Last synced: 2 months ago
JSON representation
React와 MongoDB, socket.io를 활용하여 제작한 웹 사이트입니다.
- Host: GitHub
- URL: https://github.com/yunyoungsik/tinder-clone
- Owner: yunyoungsik
- Created: 2024-10-23T05:02:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:21:29.000Z (over 1 year ago)
- Last Synced: 2025-02-17T04:17:45.537Z (over 1 year ago)
- Topics: axios, mongodb, react, socket-io, tailwindcss, zustand
- Language: JavaScript
- Homepage: https://tinder-clone-znqa.onrender.com
- Size: 6.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tinder Clone

[참고영상](https://youtu.be/o-XOBJRNeqk?si=DxnPPqeivz2_uNX9)
## backend
```
npm i express dotenv mongoose jsonwebtoken cloudinary cookie-parser bcryptjs socket.io
npm i nodemon -D
npm i cors
```
## client
```
npm create vite@latest .
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm i react-router-dom react-hot-toast axios zustand
npm i lucide-react
npm i react-tinder-card
npm i @react-spring/web
npm i -D daisyui@latest
npm i socket.io-client
npm i emoji-picker-react
```