Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersonsrocha/testusability
π§ Usability testing application based on Jakob Nielsen's 10 heuristics
https://github.com/andersonsrocha/testusability
ant-design antd heuristics nielsen react ux
Last synced: 11 days ago
JSON representation
π§ Usability testing application based on Jakob Nielsen's 10 heuristics
- Host: GitHub
- URL: https://github.com/andersonsrocha/testusability
- Owner: andersonsrocha
- License: mit
- Created: 2022-10-28T16:10:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T21:23:05.000Z (about 2 years ago)
- Last Synced: 2024-01-25T18:39:20.643Z (about 1 year ago)
- Topics: ant-design, antd, heuristics, nielsen, react, ux
- Language: TypeScript
- Homepage: https://testusability.vercel.app
- Size: 642 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
π» Usability Test![](https://img.shields.io/badge/release-v1.0.0-52a49a)
![](https://img.shields.io/badge/yarn-%3E%3D%201.22.19-blue)
![](https://img.shields.io/badge/node-%3E%3D%2018.9.0-green)- [π About](#-about)
- [π Technologies](#-technologies)
- [β¨ Features](#-features)
- [π¦ Install](#-install)
- [π¨ Build](#-build)
- [π Preview](#-preview)
- [π¨ Theming](#-theming)
- [π Internationalization](#-internationalization)
- [β Credits](#-credits)
- [π Links](#-links)
- [π License](#-license)## π About
"Even the best designers produce successful products only if their designs solve the right problems.
A wonderful interface to the wrong features will fail." - Jakob Nielsenπ Talking about UI (user interface) is talking about how to create a simple, practical and efficient look to ensure that a user can perform tasks without needing an instruction manual. For this we have Nielsen's 10 heuristics, which help us to design an efficient interface with a good experience.
## π Technologies
- π© **React**
- π‘ **TypeScript**
- β‘ **Vite**
- π **Ant Design**## β¨ Features
- π¨ **Theming**
- π± **Responsive**
- π **Internationalization**## π¦ Install
π Install the dependencies and **start** the project
```bash
yarn install
yarn run dev
```## π¨ Build
π **Build** the application for **production**
```bash
yarn run build
```## π Preview
π Preview the build
```bash
yarn run preview
```## π¨ Theming
Support for `dark` and `light` theme.
π Compile theme
```bash
gulp less
```## π Internationalization
Dozens of languages supported in `antd`, see [i18n](https://ant.design/docs/react/i18n) for more information.
- π§π· **pt-BR**
- π΅πΉ **pt**
- πΊπΈ **en**## β Credits
- [Loading](https://dribbble.com/shots/7425055-Book-Loader)
## π Links
- [Vite](https://vitejs.dev/)
- [Ant Design](https://ant.design/)
- [Ant Design Pro](https://preview.pro.ant.design/)
- [Ant Design Icons](https://github.com/ant-design/ant-design-icons/)
- [Ant Design Colors](https://github.com/ant-design/ant-design-colors/)
- [Ant Design Pro Components](https://procomponents.ant.design/)
- [Github](https://github.com/andersonsrocha)
- [LinkedIn](https://www.linkedin.com/in/anderson-silva-a40926192)## π License
This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.