https://github.com/mikeejazmines/tinder-clone
Tinder clone made on reactjs. Uses firebase
https://github.com/mikeejazmines/tinder-clone
firebase react reactjs tinder
Last synced: 2 months ago
JSON representation
Tinder clone made on reactjs. Uses firebase
- Host: GitHub
- URL: https://github.com/mikeejazmines/tinder-clone
- Owner: mikeejazmines
- Created: 2020-08-21T05:33:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T11:50:17.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T03:12:39.737Z (3 months ago)
- Topics: firebase, react, reactjs, tinder
- Language: JavaScript
- Homepage:
- Size: 395 KB
- Stars: 35
- Watchers: 1
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tinder Clone
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## About the project
Quarantine has started making me feel a bit bored, so I thought it was time to learn react. This project is part of my learn js/reactjs through developing mini apps. This build in particular was done by following CleverProgrammer's [Let's Build a TINDER Clone with REACT JS](https://www.youtube.com/watch?v=DQfeB_FKKkc) Youtube video.
They have other videos such as an Amazon clone, Tiktok clone, WhatsApp clone etc. Good for beginners who want to learn reactjs by example.
Aside from ReactJS, this also connects to a firebase cloud firestore database.
## How to run
1. Clone the repo
2. Run `yarn start` or `npm start`
3. No dependency tracker has been added yet, may add in future builds to make sure others can download### Dependencies used
* react-router-dom
* material-ui (really cool library for icons and other ui needs!)
* material-ui/icons
* material-ui/code
* firebase
* react-tinder-card## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).