Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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를 활용하여 제작한 웹 사이트입니다.

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
```