diff --git a/README.md b/README.md index f768e33..73024d9 100644 --- a/README.md +++ b/README.md @@ -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).