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

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

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 AWS

server localhost port: 8080
```

7. Axios
##### (make http requests)
```sh
npm i axios
```

8. Heroku - to host backend
9. Firebase - for hosting frontend