-
Learn data structures 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. I realized that beginning with coding is tough for even a college-level beginner. Although there are lot of free materials, but everything that is organized is paid.
-
Also, the content is not designed for secondary school students. Therefore I 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.
-
Developer Days --> Web Development Track --> Final Challenge Submission
- Timeline : August 22 - September 26, 2021
- offered by Mozilla Durg
Checkout - Codebee
- Starting with very secure authentication using
jwt-token
,crypto hashing
,different social auth providers
. - Showing courses for coding added by one of the best people in tech with all features listed on home page
- Doubt clearance and live comments using
Socket.io
and "Meet with Mentor" providing video conferencing implemented usingAgoara SDK
- Structured courses with topicwise lectures, videos, visulizations and code editor and all will be saved lifetime.
- So Its a complete package for young and school coders created using
MERN
stack.
Deployed at Heroku.
First these commands and follow mentioned steps to get your app ready with installation.
git clone https://github.com/ShwetKhatri2001/Codebee.git
npm install
cd client
npm install
After installations, make a .env
file in root directory and add some env variables there .
- Add backend port number as
PORT
, client domain asDOMAIN_NAME
, api url asAPI_URL
, mongodb url asMONGO_URI
andNODE_ENV
having value development / production. - Then we need
SENDGRID_VERIFIED_MAIL
andSENDGRID_API_KEY
to get email service from sendgrid. - Then add some secret strings as
CRYPTO_SECRET
andJWT_SECRET
. - At last in this file add Github auth secret key and id as
CLIENT_SECRET
andCLIENT_ID
.
Now make a .env
file in client directory and add similar values given in backend env for REACT_APP_DOMAIN_NAME
and REACT_APP_API_URL
and add REACT_APP_SAWO_API_KEY
for sawo passwordless authentication.
To run you app, use this command.
npm run dev
If you find bugs with this project, pull requests are always welcome. You can create an issue here. Your ⭐ is also greatly appreciated.