Skip to content

FluxHarsh/Project--Leetmetric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetMetric

License: MIT PRs Welcome JavaScript

LeetMetric is a high-performance utility designed to track, visualize, and analyze your LeetCode progress. By transforming raw solving data into actionable insights, LeetMetric helps developers optimize their technical interview preparation and maintain consistent coding habits.


🚀 Features

  • Progress Visualization: Beautiful charts detailing your problem-solving trends over time.
  • Difficulty Breakdown: granular analysis of Easy, Medium, and Hard problems solved.
  • Submission Heatmap: Track your daily consistency and maintain your streaks.
  • Category Insights: Identify which topics (Arrays, DP, Graphs, etc.) need more focus.

🛠 Tech Stack

  • Core: JavaScript (ES6+)
  • Runtime: Node.js
  • Data Visualization: (e.g., Chart.js / D3.js)
  • Styling: CSS3 / Tailwind CSS

📥 Installation

Follow these steps to get your local development environment set up:

  1. Clone the repository:

    git clone https://github.com/your-username/Project--Leetmetric.git
    cd Project--Leetmetric
  2. Install dependencies:

    npm install
  3. Environment Setup: Create a .env file in the root directory and add your configurations (if applicable):

    LEETCODE_USERNAME=your_username

🖥 Usage

To start the application in development mode:

npm start

Once running, navigate to http://localhost:3000 (or the port specified in your console) to view your dashboard.

🤝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

Distributed under the MIT License. See LICENSE for more information.


Maintained by [Your Name/Organization]Feel free to reach out for support or feature requests!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors