-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |