Git Product home page Git Product logo

nextjs-a11y-poc's Introduction

Next.js Accessibility PoC

The purpose of this proof of concept is to create a project starter template for anyone who wants to enforce accessibility inside their application. It implements accessibility on different levels, starting from simple linting rules, component testing to CI/CD pipelines.

However, it is important to mention, that by using only this setup you will not prevent every accessibility issue and there is still much more to do to ensure compliance with WCAG. Nevertheless, having some rules in place is already a good start and, it can keep teams aligned on what their goal is.

Built With

  • Next.js
  • Storybook

Getting Started

Before running the project and diving into detail, make sure you have the project ready.

Prerequisites

  1. Clone the repo
git clone https://github.com/BibiSebi/nextjs-a11y-poc.git
  1. Install dependencies by using:
npm install
# or
yarn install

Usage

Local Development

  1. Run the project
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

Deployment

  1. Build the project
npm run build
# or
yarn build

Roadmap

  • Add Storybook
  • Add Accessibility Storybook Addon
  • Add Accessibility Linter
  • Create CI/CD pipeline
  • Create Axe tests

nextjs-a11y-poc's People

Contributors

bibisebi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.