It is an online code dating app that allows Devs to anonymously swipe to like or dislike other profiles based on their GitHub profile. Once two Devs have “matched, ” they can exchange messages.
description Researching co-worker is something difficult. Tindev offers you the opportunity to simply accelerate the process by finding out which is the best match. With this you can login with your github ID and you can swipe through differnt devs and if two devs like each other then they match and they can chat over this app. Through this they can get the best co-worker for them and may be the co-founder for a big firm.
stack MongoDB
is used for the database, Node.js
and Express.js
for the Backend, React.js
for the frontend and Socket.io
is used for Real-Time Communication.
This Repo is the frontend part of Tindev Web App . Here is the Backend Repo.
├── public # Static files
|
├── src # Main Source Code
| ├── Components # Reusable components
| ├── Helper # API Calls
| ├── Assests # SVG assests
| └── Pages # Pages in Routing
|
├── index.js # Main Entry Point
└── Routes.js # Routing files
In the project directory, you can run:
This will install all the dependencies mentioned in the package.json
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.