write readme
Gitea/calculator/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-05-26 13:04:13 +02:00
parent f19a7e627a
commit 01727b5093
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# React + Vite
# Responsive Calculator App
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
I built this as coursework for a [Frontend certification](https://www.freecodecamp.org/certification/fcc60e22726-0a94-4738-8702-3e216d14fdb2/front-end-development-libraries). [Check out the live demo.](https://demos.ajstepien.xyz/calculator)
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
## This app is..
- fully functional as a calculator.
- designed to look good on a range of devices, in a range of aspect ratios.
- built with an elegant command routing system (if I do say so myself).