The Developer Match App is a front-end application built with React, Vite, and TypeScript, designed to connect developers with coding partners. It interacts with the Developer Match API to provide features like user registration, profile management, and match-making based on skills and interests.
- User Registration & Login: Create an account and log in to access the platform.
- Profile Management: Add and update your developer profile, including skills and technologies.
- Connection Requests: Send and receive connection requests to find potential coding partners.
- Match-making: Discover developers based on common skills and interests.
- Real-time Updates: View feed of developers with pending requests or unconnected developers.
- React: For building the user interface.
- Vite: A fast development build tool for React apps.
- TypeScript: For type safety and better developer experience.
- Developer Match API: Back-end API for managing user data, profiles, and connections.
- Clone the repository.
- Install dependencies with
npm install
. - Run the app with
npm run dev
. - Start interacting with the Developer Match API.