An open API service indexing awesome lists of open source software.

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!

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).