An open API service indexing awesome lists of open source software.

https://github.com/saddamarbaa/developer-match-app-vite-react-typescript

==> Building a Developer Match App with React, TypeScript, Vite, featuring user authentication and developer profile management. A mobile-friendly platform to connect developers.
https://github.com/saddamarbaa/developer-match-app-vite-react-typescript

daisyui expressjs mongodb node-js react tailwindcss typescript vit

Last synced: 8 months ago
JSON representation

==> Building a Developer Match App with React, TypeScript, Vite, featuring user authentication and developer profile management. A mobile-friendly platform to connect developers.

Awesome Lists containing this project

README

          

# Developer Match App

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](https://github.com/saddamarbaa/node-express-mongodb-developer-match-rest-api)** to provide features like user registration, profile management, and match-making based on skills and interests.

## Features
- **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.

## Tech Stack
- **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](https://github.com/saddamarbaa/node-express-mongodb-developer-match-rest-api)**: Back-end API for managing user data, profiles, and connections.

## Get Started
1. Clone the repository.
2. Install dependencies with `npm install`.
3. Run the app with `npm run dev`.
4. Start interacting with the **[Developer Match API](https://github.com/saddamarbaa/node-express-mongodb-developer-match-rest-api)**.