Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/azzamsa/learn

List of project I built for learning purpose 🧠
https://github.com/azzamsa/learn

Last synced: 6 days ago
JSON representation

List of project I built for learning purpose 🧠

Awesome Lists containing this project

README

        


Learn

Compilation of projects built for learning purposes

---

## Rationale

These projects are created for educational purposes, with implementations in various languages and frameworks to facilitate comparison. The version I invested more time in is simply because I find the language or framework more enjoyable to use.

## Featured Projects

### Rust 🦀

- [Caesars](src/caesars) - Encrypt and decrypt your secrets using ROT13 🔐.
- Backend
- Frontend
- [Vue](src/caesars/web/frontend/vue)
- [Leptos](src/caesars/web/frontend/leptos)
- [Riddles](src/riddles) - Collection of my solution for coding challenges 🥇.
- [Dryip of Rust](https://github.com/azzamsa/dryip-of-rust) - Short Rust 🦀 code snippets for inspiration.

### Javascript 🕸️

- Pokédex
- [Pokédex Vue](src/pokedex/vue) - Browse your favorite pokemon 🐉.
- [Quiz Vue](src/quiz/vue) - Simple quiz app 🎲.

### Other Projects

Refer to [PROJECTS.md](PROJECTS.md) for the complete list of projects.