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.
- Host: GitHub
- URL: https://github.com/dariadia/para-ability-personas
- Owner: dariadia
- Created: 2021-08-13T17:06:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T09:17:55.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T08:27:42.618Z (over 1 year ago)
- Topics: accessibility, api, nextjs
- Language: JavaScript
- Homepage: https://para-ability-personas.vercel.app/api/personas
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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