Giter Site home page Giter Site logo

jashdubal / studdybuddy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bgunson/studybuddy

0.0 0.0 1.0 601 KB

StuddyBuddy pairs users based on their learning/teaching goals, and language. It provides interactive chat rooms with whiteboards enabling them to work together and learn from each other.

Home Page: https://devpost.com/software/studdybuddy-893jgz

JavaScript 93.73% CSS 4.47% HTML 1.80%
hackathon express mern-stack mongodb nodejs reactjs socket-io youtube-api

studdybuddy's Introduction


StuddyBuddy is an interactive tutoring app designed to help people of various backgrounds learn together. The app pairs users based on their learning goals, and then provides a forum for them to work together and learn from each other.

Inspiration

Barriers to education widen gaps of inequality. We wanted to create an app that anyone with an internet connection who wants to either teach or learn with others can utilize.

What it does

Users can either learn or teach. For example, a 12th Grader wants help with calculus but can also teach 8th grade geometry. Interactive study rooms are presented based on the individual's learning/teaching goals, and the languages they speak. This way, one can get Linear Algebra help in English, or teach basic Geometry in Hindi, bridging gaps between populations. The interactive study rooms have a chat feature, as well as a whiteboard feature for drawing ideas out, and able to connect with voice through a zoom meeting generator. Students can study with students, and tutors can join.

How we built it

We utilized the MERN (MongoDB, Express, React, Node) tech stack to develop Study Buddy. In particular, we used Mondgo's Realm Web SDK to bootstrap the application which allowed us to have user authentication and access to MQL (MongoDB query language) out of the box. Study Buddy also uses a websocket (socket.io) for the chat rooms to allow users to communicate bidirectionally in real-time.

Challenges we ran into

When developing this application our group faced many technical challenges. The biggest challenge was implementing a meaningful way users could communicate. The initial idea was creating an audio and video streaming feature within the chat rooms. Web RTC is a complicated technology to integrate into the web app so instead we designed a chat room with whiteboards and chat giving students full confidence to communicate their thoughts while avoiding the complicated technology of Web RTC.

Accomplishments that we're proud of

The biggest accomplishment we are proud of bridging educational gaps in society. We are also proud of creating a React web application leveraging several web technologies in a team with little to no experience with web development.

What we learned

We learned quite a lot of technical skills from each other, it was awesome working together. Doing UX/UI design, utilizing React's functionalities, and learning how to work with a team of varying backgrounds has overall increased our knowledge in utilizing technical skills for a meaningful cause.

What's next for StuddyBuddy

Adding In-App voice/video utilizing WebRTC. Points/Karma System earned by participation. Self-Evaluation tools and quizzes based on subject. Forming custom study groups.

project_demo.mp4

Development

cd frontend
npm install
npm run start

Production

cd frontend & npm run build
cd backend & npm install
node index.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.