A modern, interactive platform for exploring and comparing programming languages. Built with SvelteKit and TailwindCSS.
- 🔍 Interactive language comparison and filtering
- 📊 Detailed language profiles and statistics
- 🎨 Beautiful, responsive UI with dark/light mode
- ⚡ Lightning-fast performance with SvelteKit
- 🎯 Intuitive filtering and search capabilities
- Clone the repository:
git clone https://github.com/m8nt0/langy.git
cd langy
- Install dependencies:
npm install
# or
pnpm install
# or
yarn install
- Start the development server:
npm run dev
# or
npm run dev -- --open
- SvelteKit - The web framework
- TailwindCSS - For styling
- TypeScript - For type safety
Contributions are welcome! Feel free to:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Give a ⭐️ if this project helped you!