Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nsclass committed May 4, 2024
1 parent 45b9e31 commit b16efae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Rust Simple Text Calculator ![tests](https://github.com/nsclass/rust-calculator/workflows/Rust/badge.svg)

Simple calculator application by using post fix algorithm in Rust. It supports operators: +, -, * and /
Simple calculator by using post fix algorithm in Rust. It supports operators: +, -, * and /

Main purpose of this project is to show how to use Axum Rust web framework for backend and React with TypeScript for frontend UI.


### Backend
Axum framework used for HTTP server
Expand Down

0 comments on commit b16efae

Please sign in to comment.