This project allows you to view Leetcode questions company-wise and track your progress.
Follow the steps below to set up the project on your local machine:
-
Clone this repository:
git clone https://github.com/Dpaste20/companywise-lc-question-viewer.git
-
Navigate to the project directory:
cd leetcode-questions-viewer -
Install the required dependencies:
npm install
-
Start the development server:
npm run dev
- Currently, the attempted questions are fetched from local storage and cache.