LeetXP is a web app that fetches and displays a userβs LeetCode stats β including solved problems by difficulty, global rank, reputation, and earned badges β using LeetCodeβs GraphQL API.
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS, JavaScript |
| Backend | Node.js, Express, Axios |
| API | LeetCode GraphQL |
| Deployment | Vercel (Backend), Netlify (Frontend) |
# Clone repo and go to Backend directory
cd LeetXP/Backend
# Install dependencies
npm install
# Start local server
node app.js
# OR
npm start
Contributions, issues and feature requests are welcome! Feel free to open a Pull Request or Issue.
Made with π by Ayush170803