Built by Anderson, Anooshkha, Evan, Scott, and Theo for Winter 2023 CS35L. This application aims to create a more closely intertwined UCLA student community by connecting people through their class planners. Students can search for courses they are taking, form groups, share contact information, and even chat in real time with other students that are also registered under our platform.
- React - Frontend
- MongoDB - Backend and Databases
- Firebase - User Authentication
Clone the repository
git clone https://github.com/EvanYZhao/bsbucla.git
Change directories into the cloned repository
cd bsbucla
Install all the dependencies
npm install
Run our app using the following command
npm start
Enjoy!