https://github.com/fearlesssolutions/accessibility-build-a-button
Learn to build an accessible button in 6 easy steps!
https://github.com/fearlesssolutions/accessibility-build-a-button
Last synced: 4 months ago
JSON representation
Learn to build an accessible button in 6 easy steps!
- Host: GitHub
- URL: https://github.com/fearlesssolutions/accessibility-build-a-button
- Owner: FearlessSolutions
- Created: 2021-08-19T14:57:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T21:41:56.000Z (almost 5 years ago)
- Last Synced: 2025-08-02T02:03:26.746Z (11 months ago)
- Language: HTML
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accessibility Workshop - Build a Button
This is an accessibility workshop that explains how to build an accessible button
from scratch! It tries to stay as close to native HTML as it can, so you can apply
what you learn to other frameworks, although it does try to make the experience nicer
with the use of [Vue.js](https://vuejs.org/) and [SASS](https://sass-lang.com/) on
[Vite](https://vitejs.dev/) for snappy feedback. [Jest](https://jestjs.io/) is used
for checking your progress and verifying that you're following the workshop correctly.
## Getting Started
1. Clone the code to your local machine.
2. Run `npm install` to install dependencies.
3. Run `npm start` to start Vite, then access the workshop at
[http://localhost:3000](http://localhost:3000).