Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.24 KB

Leetcode Visualizer Video Demo

CodeFactor

Features

  • Light/Dark Mode
  • Difficulty wise plots (Easy, Medium, Hard)
  • Category wise plots (Array, Backtracking etc...)
  • Entirely lives in user's browser
    • This also implies, no data is being collected by anyone.

Planned features

  • Remove copy-paste process
  • Analyze submissions
  • Convert this into cross browser extensions (Solution to above two)

Usage

  • Head over to this page.
  • Follow Instructions there.

Technical Details

  • ReactJS
  • Material UI
  • recharts

Local Developent

  • Run below commands to setup the environment and install dependencies.

    git clone https://github.com/CITIZENDOT/Leetcode-Visualizer.git
    cd Leetcode-Visualizer
    yarn install
  • Start Dev server.

    yarn start
  • Before making a PR, create a new branch if you wish to contribute. Create a pull request to dev branch.

Contributions

As always, I promise to approve the Pull Request first, and then review it. 😉️