https://github.com/m8nt0/langy
A modern, interactive platform for exploring and comparing programming languages. Built with SvelteKit and TailwindCSS.
https://github.com/m8nt0/langy
developer-experience developer-tools education language-comparison learning-resources modern-web programming-education programming-exercises programming-languages svelte sveltekit tailwindcss tech-community typescript web-app
Last synced: about 1 month ago
JSON representation
A modern, interactive platform for exploring and comparing programming languages. Built with SvelteKit and TailwindCSS.
- Host: GitHub
- URL: https://github.com/m8nt0/langy
- Owner: m8nt0
- License: mit
- Created: 2025-01-27T18:23:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:29:15.000Z (3 months ago)
- Last Synced: 2025-01-27T19:45:21.979Z (3 months ago)
- Topics: developer-experience, developer-tools, education, language-comparison, learning-resources, modern-web, programming-education, programming-exercises, programming-languages, svelte, sveltekit, tailwindcss, tech-community, typescript, web-app
- Language: Svelte
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Langy 🌍
A modern, interactive platform for exploring and comparing programming languages. Built with SvelteKit and TailwindCSS.
## ✨ Features
- 🔍 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## 🚀 Getting Started
1. Clone the repository:
```bash
git clone https://github.com/m8nt0/langy.git
cd langy
```2. Install dependencies:
```bash
npm install
# or
pnpm install
# or
yarn install
```3. Start the development server:
```bash
npm run dev
# or
npm run dev -- --open
```## 🛠️ Built With
- [SvelteKit](https://kit.svelte.dev/) - The web framework
- [TailwindCSS](https://tailwindcss.com/) - For styling
- [TypeScript](https://www.typescriptlang.org/) - For type safety## 🤝 Contributing
Contributions are welcome! Feel free to:
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🌟 Show your support
Give a ⭐️ if this project helped you!