LeetList is a webapp service for creating and tracking your own list of LeetCode questions. This project is inspired by premade lists on the internet like Grind 75 and Neetcode 150.
With LeetList, you can make your own customized lists and share them to everybody. You can make specific lists for different companies (based on what questions they've asked), different topics you want to get better at, different levels of LeetCode expertise... and so much more!
The backend API is implemented using:
- Golang
- GraphQL (via gqlgen)
- PostgreSQL & GORM
- Playwright (for webscraping)
The frontend is implemented in:
- TypeScript
- React.js
- TailwindCSS