Catstagram
- Svelte
Catstagram is a Instagram-like web app built following the svelte platzi course.
The app implements most of the web-app common features like
- Theme and color variables
- Rest http request
- Dynamic post displaying
- Animations
- Inter-component value storing
My personal Blog
- Rust
- Svelte
- TailwindCSS
A fullstack project for a fully functional blog.
Composed of a backend server built with rust using a postgres db wich manages users auth and blogs with their comments. The development helped me to learn to use Domain Driven Development.
And the frontend is built with svelte and sveltekit using tailwind to built a custom theme a component system.
Continous integration is implemented with github actions.
Stopify ;)
- Astro
- TailwindCSS
- SolidJS
Sample clone app build for didactical purposes.
Features
- List playlists
- Reproduce playlists
- Forward and backward songs played in playlist
- Control volume and mute
- Display and control current song time
- Persists client state across navigation and sessions
TermChess
- Rust
Completly functional chess tui (Terminal User Interface) game.
Incorporates most of the features of chess, validating moves, promotion and turns.
Code Conjurer
- Rust
“Code conjurer”, also known as “cco”, is a command line interface written in the programming language Rust.
Its purpose is to generate code files from a single template or a set of templates. The app includes a small template meta-language that allows for the creation of dynamic templates that can be customized with variable names and values.