An open API service indexing awesome lists of open source software.

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.

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!