Skip to content

Latest commit

 

History

History
90 lines (43 loc) · 2.01 KB

File metadata and controls

90 lines (43 loc) · 2.01 KB

Logo

CodeBee

Learn data structure and algorithms through creative visualizations and real-time doubt clearance.

The new Education policy 2021 has opened up the field of Computer Science to young coders. We realized that beginning with coding is tough for even a college-level beginner. Although there are a lot of free materials, everything that is organized is paid.

Also, the content is not designed for secondary school students. Therefore we came up with this innovation to provide students with free-of-cost study materials. Kids can learn logic, structure, sequence, and creative expression just as having fun around.

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

content

Demo

Link to Video demonstration:

https://drive.google.com/file/d/1bf-XFyX5jimH0-yA8SPBsi1mjtb14cTh/view

Screenshots

.

Login Credentials:

email: admin@codebee

password: password

Tech Stack

MERN Stack

React strap

Material UI

VoiceFlow

Socket.io

Environment Variables

To use the Meet with Mentor feature, run LOCALLY

We have used Agora SDK to build the Meet with Mentor service, which enables students to join a video call with a mentor and get their doubts cleared easily.

To run locally,

Clone a fork of this repo and install all dependencies by running npm i in front-end folder Run npm start in front-end folder