This is a fork of Truly Mittal's
This project was bootstrapped with Create React App.
This fork primarily adds a few accessibility improvements. One of Chakra UI's interesting features is its "as" prop. In a few places I made the HTML more semantic and accessible simply by using this feature. I also added a few aria roles to help those with screen readers.
I expanded the Chakra UI's short-hand parameters and ordered them alphabetically. These two changes are completely unnecessary but I have found it helpful for developers new to a project or unfamiliar with Chakra UI.
I really enjoyed and learned a lot from the the YouTube video this app came from. If you're just learning about Chakra UI, I recommend it.
In the project directory, you can run:
Installs the application's dependencies.
Runs the application in the development mode.
Open http://localhost:3000 to view it in the browser.
To learn React, check out Truly Mittal's video - Learn React in one-video.