Skip to content

deep-poharkar/PowerMill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerMill(AdvanceIde)

Project Description:

An Ide is suitable for competitive programmers in which we are trying to bring all automation tools and visualizers in an Ide that existing players don't provide.

Higher Level Functionality

Tree Visualiser

Once the user starts typing its code and if a similar function is already written by the user in the past then our ide will suggest those similar functions to the user .

a) Seliased level order traversal

b) Edge list

 

Matrix Visualizser

User could genrate matrix by providing 2d array as input  

Function Automation

Once the user starts typing its code and if a similar function is already written by the user in the past then our ide will suggest those similar functions to the user.
 

Enabling code suggestion for online coding platforms

We included the most famous coding platform Leetcode. Leetcode free version doesn't consists of any intellisense, and copy pasting codes and test it on vs code is quite time-consuming, so we provide a feature where users can just paste question name and they will be able to acess whole question, input, etc and can easily use our intellisense(which is provided by extensions)  

Editing Tools

User could perform basic functions like copy paste in addition to that find, findAll, replace, replaceAll functionality is all added

Technologies used:

       

#Screenshots



electron-quick-start

Clone and run for a quick way to see IDE in action.

A basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

You can learn more about each of these components in depth within the Tutorial.

To Use

Make sure your verison is below 16.0.3 of nodejs for testing purpose, productions process will not create any problem. To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/neel0086/AdvanceIDE.git
# Install dependencies
npm install
# Run the app
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published