Tech Scout is a pair programmer matching service that connects developers with other developers to work on projects together. The service is designed to help developers find other developers to work with on projects, and to help developers find projects to work on.
- Create a profile
- Create a room
- Live Video Chat
- Live Video Chat Recording
- Next.js (Frontend)
- Next.js (Backend)
- Shadcn & Radix UI (UI)
- TailwindCSS (Styling)
- Stream IO (Video Chat)
- PostgreSQL (Database)
- Clone the repository
git clone git@github.com:abdullahmujahidali/TechScout.git
- Install dependencies
npm install
- Start the database
docker-compose up
- Start the project
npm run dev
This is a landing page of the app that shows the features of the app.
This is a browse page of the app that shows the rooms that are available to join in light mode.
This is a user rooms page that shows the rooms that the user has created.
This is a an alert-dialog component that shows the alert message to the user.
This is edit room page that shows the form to edit the room.
This is a room page where user can video chat and record the video chat.
This app is still in development and more features will be added soon.
Abdullah Mujahid Ali