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

https://github.com/dariadia/para-ability-personas

API contains personas and their para-ability descriptions.
https://github.com/dariadia/para-ability-personas

accessibility api nextjs

Last synced: 2 months ago
JSON representation

API contains personas and their para-ability descriptions.

Awesome Lists containing this project

README

          

### What

πŸ‘©β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Para-ability Personas is an API employed in [the Para-ability Personas Project](https://danni-s-folio.vercel.app/projects/para-ability-personas) showcased on 🌿[Danni's Folio](https://github.com/dariadia/danni-s-folio) alias my personal portfolio.

#### Inspired by:

- [this article](https://accessibility.blog.gov.uk/2019/02/11/using-persona-profiles-to-test-accessibility/) on using πŸ§‘β€πŸ¦― persona profiles to test accessibility,
- and [this survey](https://www.abilitynet.org.uk/news-blogs/less-1-website-home-pages-are-likely-meet-accessibility-standards) πŸ“Š which found out that less than 1% of website home pages are likely to [meet accessibility standards](https://www.w3.org/WAI/standards-guidelines/wcag/),
- and my own morals 🦸🏽 ...

##### ⚑️ I set out to create sample profiles on para-abilities for web-developers πŸ§‘β€πŸ’» and interested persons πŸ’.

#### Including πŸ§‘β€πŸ¦Ό
- 🩺 short info on the para-ability,
- πŸ™‹ general advice on how to approach the person,
- πŸ’» advice for web-developers to improve their site experiences.

#### Presenting
- 🧏 persons with their own stories πŸ§‘β€πŸ¦½

#### πŸ™‹ Why ⁉️

Simply put:
- personas feel _real_ ✨

You would meet a person who faces certain barriers. You would get to know them, and then receive advice on how to make your own project a better place for this person.
⭐️ Imagine your new friend scrolling through your pages. Nagivating, taking in the information presented. _Can_ they...?

### βŒ— How to use
##### To request data:
- all [personas](https://para-ability-personas.vercel.app/api/personas) πŸ‘¨β€πŸ‘¨β€πŸ‘§β€πŸ‘§
- all [para-abilities](https://para-ability-personas.vercel.app/api/para-abilities) 🦻
- πŸ‘΄ one person `https://para-ability-personas.vercel.app/api/persona/${personaID}`
- 🦽 one para-ability `https://para-ability-personas.vercel.app/api/para-ability/${paraAbilityID}`

##### To build && launch locally:

```
git clone https://github.com/dariadia/para-ability-personas.git
cd para-ability-personas
yarn install
yarn dev
```

#### After note
Build with Next.JS