From 1dbfe6a16d2db958362ae689bd5c35e22419bc6a Mon Sep 17 00:00:00 2001 From: Richard Acquaye Date: Tue, 2 Apr 2024 23:35:44 +0100 Subject: [PATCH] Update solution + live URL in Readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 478165c..2fc2b6e 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Users should be able to: ### Links -- Solution URL: [Add solution URL here](https://your-solution-url.com) -- Live Site URL: [Add live site URL here](https://your-live-site-url.com) +- Solution URL: [GitHub](https://github.com/Pensive1/FEM-age-calculator-app) +- Live Site URL: [Preview](https://pensive1.github.io/FEM-age-calculator-app/) ## My process @@ -136,6 +136,10 @@ Users should be able to: On top of validating against bad inputs, it improves the user experience to prevent these characters from being entered. +#### Deployment (GitHub Pages) + +I [learned how to deploy an automated vite app](https://vitejs.dev/guide/static-deploy) build using GitHub Actions and configuring `vite.config` accordingly. This was my first time working with GitHub Actions and would love to learn more things I could automate. + ### Continued development - Learn more React Typescript types through [Codevolution](https://youtube.com/playlist?list=PLC3y8-rFHvwi1AXijGTKM0BKtHzVC-LSK&si=f_JXJXh6i76_cj1-) and the [React TypeScript Cheatsheet](https://react-typescript-cheatsheet.netlify.app/)