StoneCode is an open-source interview practice platform designed to help developers improve their coding skills across different tech stacks.
Whether you're preparing for technical interviews or strengthening your problem-solving abilities, StoneCode provides a structured and developer-friendly environment to practice, learn, and grow.
- 💻 Practice coding interview questions
- 🧩 Problems categorized by tech stack and difficulty
- 🧠 Improve problem-solving and algorithmic thinking
- 📈 Track your learning progress (planned)
- 🌍 Open-source and community-driven
(Adjust this section based on your actual stack)
- Frontend: React / Next.js
- Styling: Tailwind CSS
- Backend: Next.Js / API routes
- Database: Supabase
# Clone the repository
git clone https://github.com/your-username/stonecode.git
# Navigate to the project folder
cd stonecode
# Install dependencies
npm install
# Run the development server
npm run devThen open http://localhost:3000 in your browser.
Contributions are welcome and appreciated ❤️
You can help by:
- Adding new interview questions
- Improving UI/UX
- Fixing bugs
- Improving documentation
- Fork the repository
- Create a new branch (
feature/your-feature-name) - Commit your changes
- Open a Pull Request
- User authentication
- Progress tracking
- More interview questions
- Company-based interview sets
- Code evaluation & feedback
This project is licensed under the MIT License.
If you find this project helpful, please consider giving it a star ⭐ on GitHub — it helps the project grow!
If you have suggestions or feedback, feel free to open an issue or start a discussion.
Happy coding! 🚀