NisooJadhav / StudyComrades

StudyComrades - we study together

Home Page:https://studycomrades.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📚🤝StudyComrades - we study together

Introduction

StudyComrades is a web-based platform designed to facilitate collaborative studying among students. It provides features such as note sharing(images), real-time chat, and the ability to search and add fellow comrades.

Technologies Used

  • React
  • Vite
  • Firebase (Authentication, Firestore)
  • JavaScript (JS)
  • HTML
  • CSS (with SASS)
  • Node.js
  • Bulma

Getting Started

Follow these steps to set up and run the project locally:

Step 1: Clone the Repository

git clone https://github.com/nisoojadhav/studycomrades.git
cd studycomrades

Step 2: Install Dependencies

yarn install

Step 3: Configure Firebase

  1. Create a Firebase project on the Firebase Console.
  2. Obtain the Firebase configuration object (apiKey, authDomain, projectId, etc.).
  3. Replace the configuration in src/firebase.js with your own.

Step 4: Run the Development Server

yarn run dev

Usage

Authentication

  • Sign up for an account on the StudyComrades platform.
  • Log in with your credentials.

Chatting with Comrades

  • Just select your friend to talk with.
  • Type the message and just click send.

Real-time Chat

  • Head over to the "Chat" section.
  • Add comrades using their usernames.
  • Engage in private, real-time conversations.

Searching and Adding Comrades

  • Use the search bar to find fellow comrades.
  • Click on their profiles and send a request to add them.

Logging Out

  • Click on your profile icon and select "Log Out" from the dropdown menu.

Hosting and Deployment

Additional Information

  • The codebase can be found at https://github.com/nisoojadhav/studycomrades/.
  • Firebase Functions are integrated with React JS to handle various operations.
  • The bundling is handled by Vite JS, a minimal package builder for React JS sites. The build command is generated using yarn build.

About

StudyComrades - we study together

https://studycomrades.netlify.app/


Languages

Language:JavaScript 77.1%Language:SCSS 14.7%Language:CSS 6.9%Language:HTML 1.2%