A developer networking application where developers can create profiles, showcase their skills, and connect with like-minded developers based on shared interests.
- Developer Login & Signup
- Create and Edit your Profile (Name, Age, Photo, Skills)
- Browse Feed of registered developers
- Send Connection Requests to developers you like
- Ignore developers you're not interested in
- Accept or Reject incoming Connection Requests
- View your Connections list
- Responsive UI with Tailwind CSS
- React
- React Router DOM
- Redux Toolkit
- React Redux
- Axios
- Tailwind CSS 4
- Vite
frontend/ ├── public/ ├── src/ │ ├── components/ │ │ ├── Body.jsx │ │ ├── Connections.jsx │ │ ├── EditProfile.jsx │ │ ├── Feed.jsx │ │ ├── Footer.jsx │ │ ├── Login.jsx │ │ ├── NavBar.jsx │ │ ├── Profile.jsx │ │ ├── Request.jsx │ │ └── UserCard.jsx │ ├── App.jsx │ └── main.jsx ├── package.json └── README.md