Link to Tinder-Clone App - Tinder-Clone App
Link to Project Board used for application development - Project Board
Link to Presentation - Presentation
- Application MVP
- Flow Charts
- Project Description
- Technology Used
- Core Node Dependencies
- Future Development
- Tinder app with swipe-able cards with working database.
- Tinder Chat Component with multiple users’ messages displayed.
- Chat Screen with reply capability.
Tinder-Clone is a beginner friendly clone version of an online dating app, Tinder. It is a MERN Stack app meaning, it contains frontend and backend development. This is an app to be developed as an educational purpose only.
- Create-React-App
- MongoDB
- Mongoose
- Express
- React.js
- Node.js
- Heroku
- Material-ui
- Javascript
- HTML
- CSS
- GitHub
- Postman
- Create-React-App using
npx create-react-app my-app
- @material-ui/core using
npm i @material-ui/core using
- @material-ui/icon using
npm i
- axios using
npm i axios
- react-router-dom using
npm i react-router-dom
- react-tinder-card using
npm i react-tinder-card
- Express using
npm i Express
- Mongoose using
npm i Mongoose
The app will be further developed to become a fully functional app and will be used for future developmet of "Dinder" which is short for Developers Tinder. This is yet to be determined when it will be developed.