From a7003c8b05c1fa589125382858335230f4386672 Mon Sep 17 00:00:00 2001 From: avo Date: Sun, 27 Oct 2024 15:10:32 -0500 Subject: [PATCH] readme --- README.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index fc5144d..ff61821 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,7 @@ -# Personal Github Pages Setup with React + TypeScript + Vite +# Personal Github Pages -This site was created with great appreciation to developers who have contributed to: +## Uses Vite + React + TypeScript -- Vite -- React -- Typescript -- Emotion -- React Router DOM -- Yarn -- Eslint -- Prettier -- VsCode -- Github +Visit [https://annavo.dev](https://annavo.dev) to view site and [for more information about how this site was built](https://annavo.dev/about/site). -When spinning up this site, I initially started off using CRA but it felt a bit clunky and -dependencies were outdated. I switched to Vite and found it a much better experience. I also -opted to write my own css with some tools to clamp my typography and space for a more fluid -and responsive layout. The site follows accessibility best practices. Testing was performed -using Axe DevTools, VoiceOver, and keyboard. - -Feel free to take a look at my code. I opted to leave it public so that it could be used as a sample of my coding practice. +Feel free to take a look at my code. I opted to leave it public so that it could be used as a code sample.