Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/conectado/taping-memory-blog

Source code for my blog (almost)completely written in Rust🦀. Using Yew✨ for the front-end and Actix-web⚙️ for the back-end.
https://github.com/conectado/taping-memory-blog

blog rocket rust wasm yew

Last synced: about 1 month ago
JSON representation

Source code for my blog (almost)completely written in Rust🦀. Using Yew✨ for the front-end and Actix-web⚙️ for the back-end.

Awesome Lists containing this project

README

        

# Taping Memory

## Introduction

This is the source code for my blog [Taping Memory](https://taping-memory.xyz/).

Save for some small glue code and CSS, it's completely written in Rust thanks to, [Actix-web](https://actix.rs/) and [Yew](https://yew.rs/)

This is a **WIP** also it runs only in nightly.

I'm currently working in the first article explaining how I made this blog.

## TODO (In no particular order)

* [ ] Migrate the articles out of this repo
* [ ] Improve accessibility
* [ ] Improve loading performance
* [ ] Add a database for the articles
* [x] Separate into server/front-end/common crates