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!