It's more than just code — it's learning, sharing, and mastering together. ❤️
We're participating in Hacktoberfest 2025! Join us in making open source contributions during October.
- 🎯 Goal: Complete 4 quality pull requests
- 🏆 Rewards: Digital badges and swag
- 📋 Get Started: Check our CONTRIBUTING.md for guidelines
- 🔍 Find Issues: Look for
hacktoberfest
andgood first issue
labels
- Node.js (v18 or higher)
- npm or yarn
- Git
-
Clone the repository
git clone https://github.com/kevish-is-building/love-leetcode-frontend.git cd love-leetcode-frontend
-
Install dependencies
npm install
-
Start development server
npm run dev
-
Open in browser
http://localhost:5173
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Run ESLintnpm test
- Run tests (if available)
For detailed contribution guidelines, see CONTRIBUTING.md A hub for mastering DSA, Problem Solving & Competitive Programming 🚀
loveleetcode.in
is your go-to platform if you love solving problems, cracking interviews, and improving your DSA skills.
Here you’ll find:
- 📘 Well-structured solutions for LeetCode problems.
- 💡 Explanations from easy → medium → hard.
- ⚡ Optimized approaches with time & space complexity.
- 🌍 A growing community of problem solvers.
It’s more than just code — it’s learning, sharing, and mastering together. ❤️
- Frontend: React.js + TailwindCSS (beautiful & fast UI)
- Backend: Node.js + Express
- Database: MongoDB (to store problems, solutions, users)
- Extras:
- Authentication (for contributors & users)
- API-first design (ready to extend to mobile apps)
- Deployment ready (cloud + CI/CD)
git clone https://github.com/your-username/loveleetcode.in.git
cd love-leetcode-frontend
npm install
npm run dev
Open http://localhost:5173 in your browser.
├── frontend # React app
├── backend # Node.js + Express + MongoDB
├── problems # Problem solutions & explanations
├── docs # Documentation & guides
└── README.md # This file ❤️
✨ Features
📑 Curated LeetCode problem solutions.
📊 Detailed approach + complexity analysis.
🔎 Search & filter by tags (array, dp, graph, etc.).
👨💻 Beginner friendly → Pro coder ready.
🏆 Perfect for interview prep & practice.
🚀 Quick Start
git clone https://github.com/your-username/loveleetcode.in.git
🌍 Who is this for?
🎓 Students starting their DSA journey.
🧑💻 Developers preparing for FAANG & top tech interviews.
🚀 Coders who love challenges.
❤️ Anyone who loves LeetCode!
🤝 Contribute
We love contributions! 💜
Add new solutions.
Improve explanations.
Enhance UI/UX of the platform.
Steps:
Fork the repo
Create a new branch
Commit your changes
Open a Pull Request
📈 Future Roadmap
✅ Daily coding challenge section
✅ User profiles + streaks
🔜 Contest rankings
🔜 GraphQL API support
🔜 Mobile app version
⚡ Show Some Love
If you ❤️ this project → Star ⭐ the repo
Because stars = motivation = more problems solved 🚀
Made with ❤️ by the LoveLeetCode Community
----