Skip to content

filza2112/Devphilic

Repository files navigation

DEVPHILIC

Developer Friendly Collaborative Code Editor


Tech stack - React.js, Node.js, Express.js

Local System Setup Instructions:-

  • To run this project on your local system
  • Run:-

    npm i

    npm start

  • then go to your localhost 5000

  • Before running it on youe local system, make sure you add your own Gemini API key
    Create a `.env` file in the project folder and pass the API key as: -
  • API_KEY = <YOUR_API_KEY>

Have a look at my Project and it's cool features


Collabortive Coding :-

  • You can join or create a room with your programming peers
  • Once they enter the same ROOM-ID you will be connected to the same server

    devv


  • Collaborative Editor :-

  • All the people in the room can view and write the code simultaneously
  • Editor With Syntax Highlighting

  • In-build AI chatbot:-

  • AI chatot to assist with all the coding doubts
  • The Chatbot uses Socratic method to assist with user queries
  • Code Visualizer:-

  • The Code Visualizer to help the developer Visualize and dry run the code step-by-step to solve the bugs

  • Devphilic

    Multiple User Connect:-

  • Multiple user can access the server at the same time
  • All users in the room can code on the editor simultaneously

dev


Thank you