Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🧠
- Host: GitHub
- URL: https://github.com/azzamsa/learn
- Owner: azzamsa
- Created: 2022-07-25T06:25:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T06:33:23.000Z (5 months ago)
- Last Synced: 2024-08-10T08:00:14.465Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 2.68 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.