Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 1.66 KB

README.md

File metadata and controls

66 lines (53 loc) · 1.66 KB

ClassmateConnect

ClassmateConnect is a platform designed to facilitate project collaboration and communication among college students. It allows users to create projects, discuss them with teammates, and enhance productivity.

Features

  1. Project Creation: Easily create new projects and invite team members.

  2. Discussion Forum: Collaborate with team members through project-specific discussion forums.

  3. User Profiles: View profiles of team members to learn more about their skills and contributions.

  4. Security: Built with security in mind to protect user data and privacy.

Images

  1. Signup Page

    signup-page
  2. Login Page

    login
  3. Dashboard

    dashboard
  4. Create Project

    login
  5. Check user while adding member ID's

    login
  6. Project Details

    login
  7. Project Discussion

    login

Technologies Used

  • React JS
  • Supabase Authentication
  • Supabase Database
  • Tailwind CSS

Styling with Tailwind CSS

The application's UI is styled using Tailwind CSS.

Component Library

This project utilizes Component Library Preline, ComponentLand for cards, pages, and other components.

Installation

  1. Clone the repository: git clone https://github.com/Chinmay-Ankolekar/ClassmateConnect.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev