Frontend for DevTinder, a developer networking platform designed to help developers connect and build meaningful professional relationships.
- DevTinder helps developers find and connect with peers efficiently.
- It provides a platform to share profiles, send connection requests, and discover other developers in a simple, modern interface
- React.js – JavaScript library for building user interfaces
- Redux Toolkit – State management solution for predictable global state
- React Router DOM – Client-side routing
- Axios – HTTP client for API communication
- Tailwind CSS – Utility-first CSS framework for styling
- Vite – Fast build tool and development server
- 🔐 Authentication (Login / Logout)
- 👤 Edit Profile
- 🧑💻 Developer Feed
- 🤝 Send / Accept Connection Requests
- 📩 View Connections
- ⚡ Global state management using Redux
Clone the repository:
git clone https://github.com/your-username/devtinder-frontend.gitNavigate to the project directory:
cd devtinder-frontendInstall dependencies:
npm installRun the development server:
npm run devBackend source code: 👉🏻 https://github.com/himanshu-mawari/devTinder
DevTinder is a Frontend application built with scalability, performance, and maintainability in mind.
It demonstrates clean architecture, robust state management, and modern UI/UX practices suitable for real-world usage.