Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:21:29.000Z (3 months ago)
- Last Synced: 2024-11-13T16:50:30.651Z (2 months 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 -pnpm 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
```