https://github.com/calebcadainoo/tinder-clone
A simplistic Fullstack clone of Tinder exploring the swiping and messaging feature with the MERN stack
https://github.com/calebcadainoo/tinder-clone
dating-app react tinder
Last synced: 6 months ago
JSON representation
A simplistic Fullstack clone of Tinder exploring the swiping and messaging feature with the MERN stack
- Host: GitHub
- URL: https://github.com/calebcadainoo/tinder-clone
- Owner: calebcadainoo
- Created: 2020-09-19T09:52:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T00:53:44.000Z (over 2 years ago)
- Last Synced: 2025-04-14T04:15:18.950Z (6 months ago)
- Topics: dating-app, react, tinder
- Language: JavaScript
- Homepage: https://bit.ly/33OFFEN
- Size: 42.2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Tinder Clone
A simplistic Fullstack clone of Tinder exploring the swiping and messaging feature with the MERN stack## Preview
## Technologies
1. React
```sh
npm create-react-app tinder-clone
```2. Material UI
```sh
npm install @material-ui/core# Icons
npm install @material-ui/icons
```3. CSS Flexbox
4. Tinder Cards
```sh
npm i react-tinder-card
```5. React Router DOM
```sh
npm i react-router-dom
```6. MongoDB
```sh
1. create mongodb project
2. create project cluster with AWSserver localhost port: 8080
```7. Axios
##### (make http requests)
```sh
npm i axios
```8. Heroku - to host backend
9. Firebase - for hosting frontend