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.
- Host: GitHub
- URL: https://github.com/saddamarbaa/developer-match-app-vite-react-typescript
- Owner: saddamarbaa
- Created: 2024-12-24T17:05:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T17:23:12.000Z (10 months ago)
- Last Synced: 2024-12-24T18:27:20.720Z (10 months ago)
- Topics: daisyui, expressjs, mongodb, node-js, react, tailwindcss, typescript, vit
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**.